resetTourState method

Future<void> resetTourState()

Reset the tour completion state

Implementation

Future<void> resetTourState() async {
  if (persistenceKey == null) return;
  // Note: For actual persistence, integrate with SharedPreferences
}