static Future<void> cancelTaskByVid(String vid) async { await _methodChannel.invokeMethod<void>('ls_cancelTaskByVideoId', vid); }