getMyFeedback method

Future<List<BFeedback>> getMyFeedback()

Implementation

Future<List<BFeedback>> getMyFeedback() async {
  return await bytedeskHttpApi.getMyFeedback();
}