#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import "FlutterBinaryMessenger.h"
#import "FlutterDartProject.h"
#import "FlutterMacros.h"
#import "FlutterPlugin.h"
#import "FlutterTexture.h"
Go to the source code of this file.
◆ FlutterDefaultDartEntrypoint
The dart entrypoint that is associated with main()
. This is to be used as an argument to the runWithEntrypoint*
methods.
Definition at line 82 of file FlutterEngine.mm.
◆ FlutterDefaultInitialRoute
NSString* const FlutterDefaultInitialRoute |
|
extern |