fetchAllFeedbacks method
override
Returns a list of ALL feedbacks submitted.
Note: This is only available to UserCapability.moderator and UserCapability.dev users.
Implementation
@override
Future<List<Feedback>> fetchAllFeedbacks() async => [];