SodiumKeyGeneratorImpl.wasm constructor

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

Only valid on web/WASM platforms.

Implementation

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