onDependenciesReady method

  1. @mustCallSuper
Future<void> onDependenciesReady()

Called after dependencies are ready but before onReady Override this to perform dependency-based initialization

Implementation

@mustCallSuper
Future<void> onDependenciesReady() async {
        debugPrint('$runtimeType: onDependenciesReady called');
}