eventSubscriptions property

  1. @protected
StreamSubscription<FastMediaLayoutBlocState> eventSubscriptions
getter/setter pairinherited

The event subscriptions.

Implementation

@protected
late StreamSubscription<S> eventSubscriptions;