import "flutter/shell/platform/darwin/ios/framework/Headers/FlutterHeadlessDartRunner.h"#include <memory>#include "flutter/fml/make_copyable.h"#include "flutter/fml/message_loop.h"#include "flutter/shell/common/engine.h"#include "flutter/shell/common/rasterizer.h"#include "flutter/shell/common/run_configuration.h"#include "flutter/shell/common/shell.h"#include "flutter/shell/common/switches.h"#include "flutter/shell/common/thread_host.h"import "flutter/shell/platform/darwin/common/command_line.h"import "flutter/shell/platform/darwin/ios/framework/Headers/FlutterPlugin.h"import "flutter/shell/platform/darwin/ios/framework/Source/FlutterDartProject_Internal.h"import "flutter/shell/platform/darwin/ios/framework/Source/FlutterEngine_Internal.h"import "flutter/shell/platform/darwin/ios/framework/Source/platform_message_response_darwin.h"import "flutter/shell/platform/darwin/ios/platform_view_ios.h"Go to the source code of this file.
Macros | |
| #define | FML_USED_ON_EMBEDDER |
| #define FML_USED_ON_EMBEDDER |
Definition at line 5 of file FlutterHeadlessDartRunner.mm.