menu
neom_core package
documentation
domain/use_cases/wallet_service.dart
WalletService
changePaymentAmount abstract method
changePaymentAmount abstract method
dark_mode
light_mode
changePaymentAmount
abstract method
void
changePaymentAmount
(
{
double
newAmount
=
0
,
})
Implementation
void changePaymentAmount({double newAmount = 0});
neom_core package
documentation
domain/use_cases/wallet_service
WalletService
changePaymentAmount abstract method
WalletService class