getChannelChatBadges abstract method

Future<HttpResult<OpenApiGetBadgeResponse>> getChannelChatBadges({
  1. required String broadcasterId,
})

Implementation

Future<HttpResult<OpenApiGetBadgeResponse>> getChannelChatBadges({
  required String broadcasterId,
});