addPolygonGeofences method
- List<
PolygonGeofence> polygons
override
Implementation
@override
Future<int> addPolygonGeofences(List<PolygonGeofence> polygons) async {
_methodCalls.add('addPolygonGeofences:${polygons.length}');
return _polygonGeofenceService.addPolygonGeofences(polygons);
}