dataStreamSubscription property

  1. @visibleForTesting
StreamSubscription<StreamType>? dataStreamSubscription
getter/setter pair
  • the stream subscription for the provided dataStream
  • will be initialised when the stream is subscribed

Implementation

@visibleForTesting
StreamSubscription<StreamType>? dataStreamSubscription;