removeGeoFence method

Future removeGeoFence()

Implementation

Future removeGeoFence() {
  return FlutterGeofencingPlatform.instance.removeGeoFence();
}