Dart_GetError_Type typedef

Dart_GetError_Type = Pointer<NativeFunction<Pointer<Char> Function(Handle handle)>>

Implementation

typedef Dart_GetError_Type = ffi.Pointer<ffi.NativeFunction<ffi.Pointer<ffi.Char> Function(ffi.Handle handle)>>;