andThen<B> method

  1. @override
State<S, B> andThen<B>(
  1. covariant State<S, B> next
)
override

Implementation

@override State<S, B> andThen<B>(State<S, B> next) => bind((_) => next);