menu
bytedesk_kefu package
documentation
repositories/feedback_repository.dart
FeedbackRepository
getMyFeedback method
getMyFeedback method
dark_mode
light_mode
getMyFeedback
method
Future
<
List
<
BFeedback
>
>
getMyFeedback
(
)
Implementation
Future<List<BFeedback>> getMyFeedback() async { return await bytedeskHttpApi.getMyFeedback(); }
bytedesk_kefu package
documentation
repositories/feedback_repository
FeedbackRepository
getMyFeedback method
FeedbackRepository class