StoreRepeater<S> constructor

StoreRepeater<S>(
  1. dynamic _closure(
    1. Store<S>,
    2. S
    ),
  2. Duration _duration
)

Implementation

StoreRepeater(this._closure, this._duration);