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