reloadConnection method
Implementation
Future<void> reloadConnection() async {
await QzIo().websocket.disconnect();
await QzIo().websocket.connect();
}
Future<void> reloadConnection() async {
await QzIo().websocket.disconnect();
await QzIo().websocket.connect();
}