next method
Move to the next step (finishes the tour on the last one).
Implementation
@override
void next() => _dispatch(const UserNext());
Move to the next step (finishes the tour on the last one).
@override
void next() => _dispatch(const UserNext());