Future<int> addLiveCdn(String url) async { int code = await _channel.invokeMethod('addLiveCdn', url) ?? -1; return code; }