stopGeofence static method

Future<void> stopGeofence()

Implementation

static Future<void> stopGeofence() async {
  return await _channel.invokeMethod("dEngage#stopGeofence");
}