createConfig method

Future<void> createConfig()

创建直播推流参数配置

AlivcLivePushConfigAlivcLivePusher联系起来。

Implementation

Future<void> createConfig() async {
  return _livePusherMethodChannel.invokeMethod(
    'createConfig',
    wrapArgs(),
  );
}