setCompleted abstract method
- bool value = true,
Sets whether the introduction is completed or not.
The value
parameter specifies whether the introduction is completed.
By default, it is set to true
.
Implementation
Future<void> setCompleted({bool value = true});