reset method

Future<void> reset()

Reset the tour so it can be shown again.

Implementation

Future<void> reset() async {
  await _service.reset(tourId);
}