setMaxDownloadOperationCount static method
Implementation
static Future<void> setMaxDownloadOperationCount(int count) async {
TTFLogger.i('TTVideoEnginDownload', 'setMaxDownloadOperationCount:$count');
await _methodChannel.invokeMethod('setMaxDownloadOperationCount', count);
}