eventSubscriptions property

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

The event subscriptions.

Implementation

@protected
late StreamSubscription<S> eventSubscriptions;