runInitAsync method
Call initAsync() all the time if return true. Conditional calls initAsync() creating a Future with every rebuild
Implementation
@protected
bool runInitAsync() => true;
Call initAsync() all the time if return true. Conditional calls initAsync() creating a Future with every rebuild
@protected
bool runInitAsync() => true;