SodiumKeyGeneratorImpl.wasm constructor
SodiumKeyGeneratorImpl.wasm(
- FutureOr<
WasmModule> module
Only valid on web/WASM platforms.
Implementation
factory SodiumKeyGeneratorImpl.wasm(FutureOr<WasmModule> module) =>
SodiumKeyGeneratorImpl(module as ExternalLibrary);