didCreated method

  1. @mustCallSuper
void didCreated()
inherited

已经完成创建

Implementation

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