stop method

Future<void> stop()

Implementation

Future<void> stop() async {
  _stopReconnect();
  _client.connection.disconnect();
}