DartFetchJavaScriptESMModuleCallback typedef
DartFetchJavaScriptESMModuleCallback =
void Function(Pointer<Void> callbackContext, double contextId, Pointer<Utf8> error, Pointer<Uint8> bytes, int length)
Implementation
typedef DartFetchJavaScriptESMModuleCallback = void Function(
Pointer<Void> callbackContext,
double contextId,
Pointer<Utf8> error,
Pointer<Uint8> bytes,
int length);