disconnect method
Implementation
void disconnect({bool notify = true}) {
healthCheckTimer?.cancel();
mouseTracerHolder?.destroy(notify: notify); //skpark
socket.disconnect();
socket.dispose();
}
void disconnect({bool notify = true}) {
healthCheckTimer?.cancel();
mouseTracerHolder?.destroy(notify: notify); //skpark
socket.disconnect();
socket.dispose();
}