StoreTester<St>.simple constructor

StoreTester<St>.simple(
  1. Store<St> _store
)

Create a StoreTester from a store that already exists, but don't print anything to the console.

Implementation

StoreTester.simple(this._store) : _ignore = const [] {
  _listen();
}