NativeGetObjectPropertiesAsyncFunc typedef
NativeGetObjectPropertiesAsyncFunc =
Void Function(Pointer<Void> dartIsolateContext, Double contextId, Pointer<Utf8> objectId, Int32 includePrototype, Handle object, Pointer<NativeFunction<NativeGetObjectPropertiesCallback> > callback)
Implementation
typedef NativeGetObjectPropertiesAsyncFunc = Void Function(
Pointer<Void> dartIsolateContext,
Double contextId,
Pointer<Utf8> objectId,
Int32 includePrototype,
Handle object,
Pointer<NativeFunction<NativeGetObjectPropertiesCallback>> callback);