Argon2FfiFlutter class

This is a dummy implementation for compilation, on flutter the one from argon2_ffi_impl.dart is used.

Inheritance

Constructors

Argon2FfiFlutter({ResolveLibrary? resolveLibrary})

Properties

hashCode int
The hash code for this object.
no setterinherited
isFfi bool
flag whether it is a native (ffi) implementation, or dart.
no setteroverride
isImplemented bool
whether this is actually implemented or throws UnimplementedError (Currently on web platform).
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

argon2(Argon2Arguments args) Uint8List
override
argon2Async(Argon2Arguments args) Future<Uint8List>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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