connect property

Future<bool?> connect

Implementation

static Future<bool?> get connect async {
  return _channel.invokeMethod('connect');
}