@override Future<bool> destroyLocations() async { _methodCalls.add('destroyLocations'); _storedLocations.clear(); return true; }