willShow method

  1. @mustCallSuper
void willShow()
inherited

即将展示,从被覆盖状态变成展示状态

Implementation

@mustCallSuper
void willShow() {
  String log = "$runtimeType willShow";
  debugPrint(log);
  recordPageLog(log);
}