isSubscriptionsEmpty method

bool isSubscriptionsEmpty()

Implementation

bool isSubscriptionsEmpty() {
  return _stream.isEmpty();
}