Dart_NewUnhandledExceptionError_Type typedef

Dart_NewUnhandledExceptionError_Type = Pointer<NativeFunction<Handle Function(Handle exception)>>

Implementation

typedef Dart_NewUnhandledExceptionError_Type = ffi.Pointer<ffi.NativeFunction<ffi.Handle Function(ffi.Handle exception)>>;