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