NativeFetchJavaScriptESMModuleCallback typedef
NativeFetchJavaScriptESMModuleCallback =
Void Function(Pointer<Void> callbackContext, Double contextId, Pointer<Utf8> , Pointer<Uint8> , Int32)
Implementation
typedef NativeFetchJavaScriptESMModuleCallback = Void Function(
Pointer<Void> callbackContext,
Double contextId,
Pointer<Utf8> error,
Pointer<Uint8> bytes,
Int32 length);