Constants
The following constants are available globally.
- 
                  
                  A constant used with FlutterMethodCallHandlerto respond to the call of an unknown method.DeclarationObjective-C extern const NSObject *_Nonnull FlutterMethodNotImplemented
- 
                  
                  A constant used with FlutterEventChannelto indicate end of stream.DeclarationObjective-C extern const NSObject *_Nonnull FlutterEndOfEventStream
- 
                  
                  The dart entrypoint that is associated with main(). This is to be used as an argument to therunWithEntrypoint*methods.DeclarationObjective-C extern NSString *const _Nonnull FlutterDefaultDartEntrypoint
- 
                  
                  The default Flutter initial route (“/”). DeclarationObjective-C extern NSString *const _Nonnull FlutterDefaultInitialRoute
- 
                  
                  The name used for semantic update notifications via NSNotificationCenter.The object passed as the sender is the FlutterViewControllerassociated with the update.DeclarationObjective-C extern const NSNotificationName _Nonnull FlutterSemanticsUpdateNotification
 View on GitHub
View on GitHub Install in Dash
Install in Dash Constants  Reference
        Constants  Reference