startGeofence static method

Future<void> startGeofence()

Implementation

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