Chain multiple functions having the same state S.
S
@override State<S, C> call<C>(covariant State<S, C> state) => flatMap((_) => state);