StreamSubscriptionLifecycleAware constructor

StreamSubscriptionLifecycleAware(
  1. {StreamSubscription? streamSubscription,
  2. Set<LifecycleState>? lifecycleStates,
  3. RecreateOnResume? recreateOnResume}
)

Implementation

StreamSubscriptionLifecycleAware(
    {this.streamSubscription, this.lifecycleStates, this.recreateOnResume});