static Future<void> openFileWithBytes( List<int> bytes, String? name, String type) async { await ModernFormFilePlatformHelper.openFileWithBytes(bytes, name, type); }