disable method

Future<void> disable()

Implementation

Future<void> disable() {
  return _channel.invokeMethod('geofence.disable');
}