menu
neom_core package
documentation
domain/use_cases/wallet_service.dart
WalletService
changePaymentCurrency abstract method
changePaymentCurrency abstract method
dark_mode
light_mode
changePaymentCurrency
abstract method
void
changePaymentCurrency
(
{
required
AppCurrency
newCurrency
,
})
Implementation
void changePaymentCurrency({required AppCurrency newCurrency});
neom_core package
documentation
domain/use_cases/wallet_service
WalletService
changePaymentCurrency abstract method
WalletService class