setLicence static method
设置 SDK 的授权 License 文档地址:https://cloud.tencent.com/document/product/454/34750
参数:
url
licence的地址
key
licence的秘钥
Implementation
static Future<void> setLicence(String url, String key) async {
await V2TXLivePremier()._channel.invokeMethod("setLicence", {"url": url, "key": key});
}