Dart_ErrorGetException_Type typedef

Dart_ErrorGetException_Type = Pointer<NativeFunction<Handle Function(Handle handle)>>

Implementation

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