getAllPolygons method
override
Gets all registered polygon geofences.
Implementation
@override
Future<List<PolygonGeofence>> getAllPolygons() =>
_instance.getPolygonGeofences();
Gets all registered polygon geofences.
@override
Future<List<PolygonGeofence>> getAllPolygons() =>
_instance.getPolygonGeofences();