connect static method

Future<void> connect()

Implementation

static Future<void> connect() async {
  await _channel.invokeMethod('CONNECT');
}