awake method
The awake method will be called immediately after the createViewModel method of ViewModelWidget and before the onInitState method of the ViewModel. This will be helpful for setting up the necessary data.
Implementation
void awake(WidgetRef ref, T viewModel) {}