connect method

Future<void> connect()

Implementation

Future<void> connect() async {
  await methodChannel.invokeMethod('connect');
}