clearStoredLocation method

Future<void> clearStoredLocation()

Implementation

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