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