createConfig method

Future<void> createConfig()

创建直播推流参数配置

AlivcLivePusherConfigAlivcLivePusher联系起来。

Implementation

Future<void> createConfig() async {
  return AlivcLivePusher.methodChannel.invokeMethod('createConfig', _wrap());
}