close method

Future close()

Close the web socket closing

Implementation

Future<dynamic> close() async {
  await _webSocketClient.close();
}