updateFeedback abstract method
- Feedback feedback
Updates the given feedback
(server-side).
If the user does not have the UserCapability.moderator or UserCapability.dev capability, this method will instantly exit without doing anything.
Implementation
Future<void> updateFeedback(Feedback feedback);