dispose method
void
dispose()
Implementation
void dispose() {
_timer?.cancel();
_dataBuffer = '';
_lastSentTime = 0;
_timer = null;
}
void dispose() {
_timer?.cancel();
_dataBuffer = '';
_lastSentTime = 0;
_timer = null;
}