connect method

void connect()

Implementation

void connect() async {
  await _platform.invokeMethod('connect');
}