menu
noor package
documentation
location/location_service.dart
LocationService
setCountryId method
setCountryId method
dark_mode
light_mode
setCountryId
method
Future
<
void
>
setCountryId
(
int
id
)
Implementation
Future<void> setCountryId(int id) async { await _updateSetting('location.countryId', id); }
noor package
documentation
location/location_service
LocationService
setCountryId method
LocationService class