off property
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;