initAsync method

Future<bool> initAsync()

You're to override this function and initialize any asynchronous operations

Implementation

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