canNotifyState method

  1. @protected
bool canNotifyState()
inherited

Implementation

@protected
bool canNotifyState() {
  return !_stateStreamController.isClosed;
}