willShow method
即将展示,从被覆盖状态变成展示状态
Implementation
@mustCallSuper
void willShow() {
String log = "$runtimeType willShow";
debugPrint(log);
recordPageLog(log);
}
即将展示,从被覆盖状态变成展示状态
@mustCallSuper
void willShow() {
String log = "$runtimeType willShow";
debugPrint(log);
recordPageLog(log);
}