setCountry method
- CountryCode country
Sets the country.
Implementation
Future<void> setCountry(CountryCode country) async {
await _walletService.setCountry(country);
}
Sets the country.
Future<void> setCountry(CountryCode country) async {
await _walletService.setCountry(country);
}