init static method

Future<void> init({
  1. String? wasmUrl,
})

Throws UnsupportedError.

Implementation

static Future<void> init({String? wasmUrl}) => throw UnsupportedError(_msg);