addGeofence static method

Future<void> addGeofence(
  1. Geofence geofence
)

Add a geofence

Implementation

static Future<void> addGeofence(Geofence geofence) {
  return BackgroundTrackerPlatform.instance.addGeofence(geofence);
}