Flutter Engine
The Flutter Engine
|
#include "flutter/runtime/dart_service_isolate.h"
#include <algorithm>
#include <cstring>
#include "flutter/fml/logging.h"
#include "flutter/fml/posix_wrappers.h"
#include "flutter/runtime/embedder_resources.h"
#include "third_party/dart/runtime/include/dart_api.h"
#include "third_party/tonic/converter/dart_converter.h"
#include "third_party/tonic/dart_library_natives.h"
#include "third_party/tonic/logging/dart_error.h"
Go to the source code of this file.
Namespaces | |
namespace | flutter |
Macros | |
#define | RETURN_ERROR_HANDLE(handle) |
#define | SHUTDOWN_ON_ERROR(handle) |
#define RETURN_ERROR_HANDLE | ( | handle | ) |
Definition at line 18 of file dart_service_isolate.cc.
#define SHUTDOWN_ON_ERROR | ( | handle | ) |
Definition at line 23 of file dart_service_isolate.cc.