initAsync method

  1. @mustCallSuper
Future<bool> initAsync()

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();