WalletFactory class
Factory class for creating platform-specific wallet implementations
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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
Static Properties
- instance → WalletPlatform
-
Get the appropriate wallet platform implementation for the current platform
no setter
Static Methods
-
reset(
) → void - Reset the instance (useful for testing)
-
resetInstance(
) → void - Reset the instance (alias for reset, useful for testing)
-
setCustomPlatform(
WalletPlatform platform) → void - Set a custom wallet platform (useful for testing)