FeedbackDataSource class abstract
Base class for all feedback data sources.
A FeedbackDataSource is a 1:1 mapping to the API endpoints related to feedback.
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
deleteFeedback(
Feedback feedback) → Future< void> -
Deletes the given
feedback
. -
fetchAllFeedbacks(
) → Future< List< Feedback> > - Returns a list of ALL feedbacks submitted.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
submitFeedback(
String message, FeedbackType type, String? logFilePath) → Future< void> -
Submits feedback with the given
message
andtype
. -
toString(
) → String -
A string representation of this object.
inherited
-
updateFeedback(
Feedback feedback) → Future< void> -
Updates the given
feedback
(server-side).
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited