connect method

Future connect()

Initiates a connection attempt using the client's existing connection details

Implementation

Future connect() async {
  await _channel.invokeMethod('connect');
}