WalletNotReadyError class
This error is thrown when an operation is attempted on a wallet that is not ready. Ensure that the wallet is properly initialized and ready before calling its methods.
- Inheritance
-
- Object
- WalletError
- WalletNotReadyError
- Annotations
-
- @JS('dwa.WalletNotReadyError')
Constructors
Properties
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