where method

Stream<Action> where(
  1. ActionsFilterCallback callback
)

Implementation

Stream<Action> where(ActionsFilterCallback callback) =>
    _dispatcher.where(callback);