resetTourById method

Future<void> resetTourById(
  1. dynamic id,
  2. dynamic userId
)

Implementation

Future<void> resetTourById(id, userId) async {
  throw UnimplementedError('acknowledge() has not been implemented.');
}