onDependenciesReady method
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');
}