onCreate method

void onCreate()

onCreate生命周期

Implementation

void onCreate() {
  _delayCreate = Timer(getDelayCreateDuration(), () {
    onDelayCreate();
  });
}