hasStream method

  1. @visibleForTesting
bool hasStream(
  1. int id
)

Check if an Rx stream is registered for testing

Implementation

@visibleForTesting
bool hasStream(int id) => _subs[id] != null;