SodiumKeyGeneratorImpl class

Implemented types

Constructors

SodiumKeyGeneratorImpl(ExternalLibrary dylib)
factory
SodiumKeyGeneratorImpl.raw(SodiumKeyGeneratorPlatform _platform)
SodiumKeyGeneratorImpl.wasm(FutureOr<WasmModule> module)
Only valid on web/WASM platforms.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
kGenerateKeyConstMeta → FlutterRustBridgeTaskConstMeta
no setteroverride
kSignMessageConstMeta → FlutterRustBridgeTaskConstMeta
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
generateKey({dynamic hint}) Future<EdKeyPair>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signMessage({required String message, required String key, dynamic hint}) Future<String>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited