clearStoredLocation method
Implementation
Future<void> clearStoredLocation() async {
await storageUtils.setLatitude('');
await storageUtils.setLongitude('');
}
Future<void> clearStoredLocation() async {
await storageUtils.setLatitude('');
await storageUtils.setLongitude('');
}