Initialize any 'time-consuming' operations at the beginning. Implement any asynchronous operations needed done at start up.
Future<bool> initAsync() async => true;