FeedbackController class
Controller for feedback management Handles user feedback events and ratings
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isInitialized → bool
-
Check if feedback controller is ready to use
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addFeedback(
String rating, String message, [String? image, int? date]) → Future< void> - Add user feedback with rating and message
-
initialize(
{required ObslyHub hub}) → void - Initialize the feedback controller with hub
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reset(
) → void - Reset the controller (for testing)
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → FeedbackController
-
no setter