JSModuleLoaderFunc typedef
JSModuleLoaderFunc =
JSModuleDefRef Function(JSContext ctx, String module_name, Uint8List? opaque)
Implementation
typedef JSModuleLoaderFunc =
JSModuleDefRef Function(
JSContext ctx,
String module_name,
Uint8List? opaque,
);