removeSingleGeofence method

Future removeSingleGeofence({
  1. required String id,
})

Implementation

Future<dynamic> removeSingleGeofence({required String id,}) {
  return FlutterGeofencingPlatform.instance.removeSingleGeofence(id: id,);
}