AppFeedbackImpl class

Implemented types

Constructors

AppFeedbackImpl()

Properties

config FeedbackConfig
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pref ↔ SharedPreferenceHelper?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
savedFeedback Future<UserFeedback?>
no setteroverride

Methods

clearConfig() Future<bool>
Clear the saved feedback data.
override
display(BuildContext context, {dynamic onSubmit(UserFeedback)?, VoidCallback? onSkip, Option? option = const Option(), bool saveToCache = false, RatingButtonBuilder? ratingButtonBuilder}) → dynamic
Invoking display method will be displayed AppFeedback form instantly
override
init(FeedbackConfig config) → void
Initilise the app feedback form
override
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 = const Option(), RatingButtonBuilder? ratingButtonBuilder, dynamic onSubmit(UserFeedback)?, VoidCallback? onSkip}) → void
Display form after specific interval of time.
override

Operators

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