AgentDartImpl.wasm constructor

AgentDartImpl.wasm(
  1. FutureOr<WasmModule> module
)

Only valid on web/WASM platforms.

Implementation

factory AgentDartImpl.wasm(FutureOr<WasmModule> module) =>
    AgentDartImpl(module as ExternalLibrary);