tryConnect method

Future<void> tryConnect()

@Method: tryConnect @Parameter: String host, int port, int timeout @ReturnType: Future

Implementation

Future<void> tryConnect() async {
  await _channel.invokeMethod(try_connect);
}