tryConnect method
@Method: tryConnect @Parameter: String host, int port, int timeout @ReturnType: Future
Implementation
Future<void> tryConnect() async {
await _channel.invokeMethod(try_connect);
}
@Method: tryConnect @Parameter: String host, int port, int timeout @ReturnType: Future
Future<void> tryConnect() async {
await _channel.invokeMethod(try_connect);
}