off property

List<String> off
getter/setter pair

List of Geofence.identifier which stopped being monitored.

The plugin ceases active-monitoring upon those Geofence whose center coordinate lies outside of Config.geofenceProximityRadius. off is a list of those Geofence.identifier.

Implementation

late List<String> off;