stopGeofence method

void stopGeofence()

Stop the geofencing service

Implementation

void stopGeofence() {
  debugPrint("Stopping geofence service.");
  geofenceStatusStream?.cancel();
  geofenceStatusStream = null; // Clear the subscription
}