Removes all geofences.
@override Future<bool> removeGeofences() async { _methodCalls.add('removeGeofences'); _geofences.clear(); return true; }