onInitAsync method

Future<bool> onInitAsync()
inherited

Used to complete asynchronous operations

Implementation

Future<bool> onInitAsync() async => await inInitAsync?.call() ?? true;