detach method
void
detach()
Implementation
void detach() {
_me = '';
_running = false;
_cancelPauseTimer();
_safeNotify();
stop();
}
void detach() {
_me = '';
_running = false;
_cancelPauseTimer();
_safeNotify();
stop();
}