onClosing method

  1. @protected
void onClosing()

Implementation

@protected
void onClosing() {
  _pingTimer?.cancel();
  emit(Event.closing);
}