getChannelsLiveInfo method

void getChannelsLiveInfo(
  1. GetChannelsLiveInfoOption option
)

Implementation

void getChannelsLiveInfo(GetChannelsLiveInfoOption option) {
  final result =
      $$context$$.callMethod('getChannelsLiveInfo', [option.$$context$$]);
  return result;
}