@override Future<List<Geofence>> getGeofences() async { _methodCalls.add('getGeofences'); return List.unmodifiable(_geofences); }