Flutter Engine
 
Loading...
Searching...
No Matches
tonic::DartError Namespace Reference

Typedefs

using UnhandledExceptionReporter = void(*)(Dart_Handle, Dart_Handle)
 

Variables

const char kInvalidArgument [] = "Invalid argument."
 

Typedef Documentation

◆ UnhandledExceptionReporter

using tonic::DartError::UnhandledExceptionReporter = typedef void (*)(Dart_Handle, Dart_Handle)

Definition at line 15 of file dart_error.h.

Variable Documentation

◆ kInvalidArgument

const char tonic::DartError::kInvalidArgument = "Invalid argument."

Definition at line 14 of file dart_error.cc.

Referenced by tonic::DartConverterWrappable::FromArguments().