removeAllTask static method
Implementation
static Future<void> removeAllTask() async {
TTFLogger.i('TTVideoEnginDownload', 'removeAllTask');
await _methodChannel.invokeMethod('removeAllTask');
}
static Future<void> removeAllTask() async {
TTFLogger.i('TTVideoEnginDownload', 'removeAllTask');
await _methodChannel.invokeMethod('removeAllTask');
}