connect method

Future<bool> connect()

Implementation

Future<bool> connect() async {
  return await _channel.invokeMethod("connect");
}