onComplete method

Future<void> onComplete()

Marks the introduction as completed.

Calls _dataProvider.setCompleted with the value true.

Implementation

Future<void> onComplete() => _dataProvider.setCompleted(value: true);