onSkip method
Marks the introduction as skipped.
Calls _dataProvider.setCompleted with the value true.
Implementation
Future<void> onSkip() => _dataProvider.setCompleted(value: true);
Marks the introduction as skipped.
Calls _dataProvider.setCompleted with the value true.
Future<void> onSkip() => _dataProvider.setCompleted(value: true);