WalletService class abstract
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
-
changeAppCoinProduct(
AppProduct selectedProduct) → void -
changePaymentAmount(
{double newAmount = 0}) → void -
changePaymentCurrency(
{required AppCurrency newCurrency}) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
payAppProduct(
BuildContext context) → Future< void> -
setActualCurrency(
{required AppCurrency productCurrency}) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited