setMaxDownloadOperationCount static method

Future<void> setMaxDownloadOperationCount(
  1. int count
)

Implementation

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