readyForWrite method

void readyForWrite()

Implementation

void readyForWrite() {
  _writeReady = true;
  _writeReadyController.add(_writeReady);
}