initAsync method

Future<bool> initAsync()

Initialize any 'time-consuming' operations at the beginning. Initialize asynchronous items essential to the Mobile Applications. Typically called within a FutureBuilder() widget.

Implementation

Future<bool> initAsync() async => true;