static Future<File> compressVideo({required String path}) async { /// customPrint('-------------------------VIDEO COMPRESS CODE IS COMMENTED-------------------'); return File(path); }