Used to complete asynchronous operations
@override Future<bool> initAsync() async { var init = await onInitAsync(); if (init) { init = await super.initAsync(); } return init; }