DartAsyncModuleCallback typedef

DartAsyncModuleCallback = void Function(Pointer<Void> callbackContext, int contextId, Pointer<Utf8> errmsg, Pointer<NativeString> json)

Implementation

typedef DartAsyncModuleCallback = void Function(
    Pointer<Void> callbackContext, int contextId, Pointer<Utf8> errmsg, Pointer<NativeString> json);