getGeofences method

  1. @override
Future<List<Geofence>> getGeofences()
override

Implementation

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