onDispose method

  1. @mustCallSuper
void onDispose()

Implementation

@mustCallSuper
//ignore: no-empty-block
void onDispose() {
  if (showLog) logInfo("Dispose $runtimeType");
}