runInitAsync method

  1. @protected
bool runInitAsync()
inherited

Call initAsync() all the time if return true. Conditional calls initAsync() creating a Future with every rebuild

Implementation

@protected
bool runInitAsync() => true;