removeAllPolygonGeofences method

  1. @override
Future<void> removeAllPolygonGeofences()
override

Implementation

@override
Future<void> removeAllPolygonGeofences() async {
  _methodCalls.add('removeAllPolygonGeofences');
  await _polygonGeofenceService.removeAllPolygonGeofences();
}