Flutter Engine
The Flutter Engine
|
#include <dart_converter.h>
Public Types | |
using | FfiType = void |
Static Public Member Functions | |
static const char * | GetFfiRepresentation () |
static const char * | GetDartRepresentation () |
static bool | AllowedInLeafCall () |
Static Public Attributes | |
static constexpr const char * | kFfiRepresentation = "Void" |
static constexpr const char * | kDartRepresentation = "void" |
static constexpr bool | kAllowedInLeafCall = true |
Definition at line 40 of file dart_converter.h.
using tonic::DartConverter< void >::FfiType = void |
Definition at line 41 of file dart_converter.h.
|
inlinestatic |
Definition at line 47 of file dart_converter.h.
|
inlinestatic |
Definition at line 46 of file dart_converter.h.
|
inlinestatic |
Definition at line 45 of file dart_converter.h.
|
staticconstexpr |
Definition at line 44 of file dart_converter.h.
|
staticconstexpr |
Definition at line 43 of file dart_converter.h.
|
staticconstexpr |
Definition at line 42 of file dart_converter.h.