Matches when a Velo notifier emits states that satisfy the given predicate.
Matcher emitsWhere<S>(bool Function(S state) predicate) => VeloMatchers.emitsWhere<S>(predicate);