#import <Foundation/Foundation.h>
#import "FlutterBinaryMessenger.h"
#import "FlutterDartProject.h"
#import "FlutterEngine.h"
#import "FlutterMacros.h"
Go to the source code of this file.
Classes | |
class | FlutterHeadlessDartRunner |
Typedefs | |
typedef void(^ | FlutterHeadlessDartRunnerCallback) (BOOL success) |
typedef void(^ FlutterHeadlessDartRunnerCallback) (BOOL success) |
A callback for when FlutterHeadlessDartRunner has attempted to start a Dart Isolate in the background.
success | YES if the Isolate was started and run successfully, NO otherwise. |
Definition at line 22 of file FlutterHeadlessDartRunner.h.