closeWs method

dynamic closeWs()

Implementation

closeWs() async {
  wsClosed = true;
  await channel?.close();
}