getGeofenceStatus static method

Future<bool> getGeofenceStatus()

Implementation

static Future<bool> getGeofenceStatus() async {
  return await _channel.invokeMethod('getGeofenceStatus');
}