getFeedbacks abstract method
Returns a list of every feedback submitted.
If the user does not have the UserCapability.moderator or UserCapability.dev capability, an empty list will be returned.
Implementation
Future<List<Feedback>> getFeedbacks();