ready method

Stream<bool> ready()

Implementation

Stream<bool> ready() {
  return _readyStream;
}