setNetworkPoorImg method

Future setNetworkPoorImg(
  1. String imgPath
)

设置码率低图片

imgPath 图片保存在安卓手机或iOS沙盒全路径字符串

Implementation

Future<dynamic> setNetworkPoorImg(String imgPath) async {
  return AlivcLivePusherConfig.methodChannel
      .invokeMethod('setNetworkPoorImg', _wrap(arg: imgPath));
}