NotifierSubscription<T> constructor

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

Implementation

NotifierSubscription(this._self);