enable method

Future<void> enable()

Implementation

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