resetTourState method
Reset the tour completion state
Implementation
Future<void> resetTourState() async {
if (persistenceKey == null) return;
// Note: For actual persistence, integrate with SharedPreferences
}
Reset the tour completion state
Future<void> resetTourState() async {
if (persistenceKey == null) return;
// Note: For actual persistence, integrate with SharedPreferences
}