onInit abstract method

  1. @protected
FutureOr<void> onInit()

Override this method to insert own logic at initialize phase

Note: this.initExecutionContext may be used here

Implementation

@protected
FutureOr<void> onInit();