getChannel method

dynamic getChannel(
  1. String imAddress
)

Implementation

getChannel(String imAddress){
  return IOWebSocketChannel.connect(Uri.parse(imAddress));
}