stream property

  1. @Deprecated('3.0.0')
  2. @visibleForTesting
Stream<Store> stream

The stream underlying trigger events and listen.

Deprecated: Store now extends Stream. Since the store itself can be treated as a stream this is no longer required.

Implementation

@Deprecated('3.0.0')
@visibleForTesting
Stream<Store> get stream => _stream;