Used to complete asynchronous operations
Future<bool> onInitAsync() async => await inInitAsync?.call() ?? true;