IntroductionService class

A service for managing introduction-related operations.

This class provides methods for handling introduction-related actions such as skipping, completing, and determining whether to show the introduction.

Constructors

IntroductionService([IntroductionInterface? dataProvider])
Constructs an instance of IntroductionService.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onComplete() Future<void>
Marks the introduction as completed.
onSkip() Future<void>
Marks the introduction as skipped.
shouldShow() Future<bool>
Checks whether the introduction should be shown.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited