AppFeedback class abstract

Implementers

Constructors

AppFeedback()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
savedFeedback Future<UserFeedback?>
no setter

Methods

clearConfig() Future<bool>
Clear the saved feedback data.
display(BuildContext context, {RatingButtonBuilder? ratingButtonBuilder, void onSubmit(UserFeedback)?, Option? option}) → dynamic
Invoking display method will be displayed AppFeedback form instantly
init(FeedbackConfig config) → void
initilise the AppFeedback form.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
tryDisplay(BuildContext context, {Option? option, RatingButtonBuilder? ratingButtonBuilder, dynamic onSubmit(UserFeedback)?, VoidCallback? onSkip}) → void
Display form after specific interval of time.

Operators

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

Static Properties

instance AppFeedback
access to the Singleton instance of LoaderService
no setter