disconnect method
void
disconnect()
Close the current connection
Implementation
void disconnect() {
_connectionService.disconnect();
}
Close the current connection
void disconnect() {
_connectionService.disconnect();
}