TokenUnavailableFeedbackDataSource class
Implementation of FeedbackDataSource when the user is not logged in.
This implementation will return empty lists, invalid feedbacks, etc. to prevent crashes.
- Inheritance
-
- Object
- FeedbackDataSource
- TokenUnavailableFeedbackDataSource
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
.override -
fetchAllFeedbacks(
) → Future< List< Feedback> > -
Returns a list of ALL feedbacks submitted.
override
-
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
.override -
toString(
) → String -
A string representation of this object.
inherited
-
updateFeedback(
Feedback feedback) → Future< void> -
Updates the given
feedback
(server-side).override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited