fetchNextChannelsInWidget method

dynamic fetchNextChannelsInWidget({
  1. required String widgetId,
  2. int count = 10,
})

Implementation

fetchNextChannelsInWidget({
  required String widgetId,
  int count = 10,
}) {
  return _bridge.fetchNextChannelsInWidget(widgetId: widgetId, count: count);
}