Dart_PropagateError_Type typedef

Dart_PropagateError_Type = Pointer<NativeFunction<Void Function(Handle handle)>>

Implementation

typedef Dart_PropagateError_Type = ffi.Pointer<ffi.NativeFunction<ffi.Void Function(ffi.Handle handle)>>;