onInit method

  1. @mustCallSuper
void onInit()

Implementation

@mustCallSuper
//ignore: no-empty-block
void onInit() {
  if (showLog) logSuccess("Init $runtimeType");
}