14 : runner_(
std::move(runner)), callback_(
callback) {}
19void EmbedderPlatformMessageResponse::Complete(
20 std::unique_ptr<fml::Mapping>
data) {
35void EmbedderPlatformMessageResponse::CompleteEmpty() {
36 Complete(std::make_unique<fml::NonOwnedMapping>(
nullptr, 0u));
virtual void PostTask(const fml::closure &task) override
FlutterDesktopBinaryReply callback
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot data
internal::CopyableLambda< T > MakeCopyable(T lambda)