setChannel static method

Future<AlibcResult> setChannel(
  1. String type,
  2. String channel
)

渠道信息

Implementation

static Future<AlibcResult> setChannel(String type, String channel) async {
  return await invoke('setChannel', {'type': type, 'channel': channel});
}