getAllPolygons method

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

Gets all registered polygon geofences.

Implementation

@override
Future<List<PolygonGeofence>> getAllPolygons() =>
    _instance.getPolygonGeofences();