EagerNotifierSubscription<T> constructor

EagerNotifierSubscription<T>(
  1. StreamNotifier<T> _self
)

Implementation

EagerNotifierSubscription(this._self);