next method

  1. @override
void next()
override

Move to the next step (finishes the tour on the last one).

Implementation

@override
void next() => _dispatch(const UserNext());