We shy away from RTTI-ish things in the engine. We should try to do the same for Objective-Code, such as `isKindOfClass` type checks. Reasoning: https://google.github.io/styleguide/cppguide.html#Run-Time_Type_Information__RTTI_ An example: https://github.com/flutter/engine/blob/main/shell/platform/darwin/ios/framework/Source/FlutterViewController.mm#L1626
We shy away from RTTI-ish things in the engine. We should try to do the same for Objective-Code, such as
isKindOfClasstype checks.Reasoning: https://google.github.io/styleguide/cppguide.html#Run-Time_Type_Information__RTTI_
An example: https://github.com/flutter/engine/blob/main/shell/platform/darwin/ios/framework/Source/FlutterViewController.mm#L1626