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