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