didCreated method
已经完成创建
Implementation
@mustCallSuper
void didCreated() {
String log = "$runtimeType didCreated";
debugPrint(log);
recordPageLog(log);
}
已经完成创建
@mustCallSuper
void didCreated() {
String log = "$runtimeType didCreated";
debugPrint(log);
recordPageLog(log);
}