Dart_NewApiError_Type typedef

Dart_NewApiError_Type = Pointer<NativeFunction<Handle Function(Pointer<Char> error)>>

Implementation

typedef Dart_NewApiError_Type = ffi.Pointer<ffi.NativeFunction<ffi.Handle Function(ffi.Pointer<ffi.Char> error)>>;