Dart_IsFatalError_Type typedef

Dart_IsFatalError_Type = Pointer<NativeFunction<Bool Function(Handle handle)>>

Implementation

typedef Dart_IsFatalError_Type = ffi.Pointer<ffi.NativeFunction<ffi.Bool Function(ffi.Handle handle)>>;