NativeAsyncModuleCallback typedef

NativeAsyncModuleCallback = Void Function(Pointer<Void> callbackContext, Int32 contextId, Pointer<Utf8> errmsg, Pointer<NativeString> json)

Implementation

typedef NativeAsyncModuleCallback = Void Function(
    Pointer<Void> callbackContext, Int32 contextId, Pointer<Utf8> errmsg,  Pointer<NativeString> json);