initAsync method
Initialize any 'time-consuming' operations at the beginning. Initialize items essential to the Mobile Applications. Called by the MVCApp.init() function.
Implementation
@mustCallSuper
Future<bool> initAsync() => _appState.initAsync();