JSON
static Future<void> exportJson({ required List<int> bytes, String fileName = 'Report.json', }) async { await exportFile(bytes: bytes, fileName: fileName); }