getPolygonGeofences method

  1. @override
Future<List<PolygonGeofence>> getPolygonGeofences()
override

Implementation

@override
Future<List<PolygonGeofence>> getPolygonGeofences() async {
  _methodCalls.add('getPolygonGeofences');
  return _polygonGeofenceService.polygons;
}