allPartsReady property
Observable indicating that all parts are connected to this instance
Including async ones
Implementation
final allPartsReady = Observable<bool>.initial(false);
Observable indicating that all parts are connected to this instance
Including async ones
final allPartsReady = Observable<bool>.initial(false);