loadTour method

Future<void> loadTour()

Implementation

Future<void> loadTour() async {
  throw UnimplementedError('loadTour() has not been implemented.');
}