saveToDownloadsWeb static method
Stub method - should never be called on non-web platforms
Implementation
static Future<bool> saveToDownloadsWeb(
String content,
String fileName,
String extension,
) async {
throw UnsupportedError('Web downloads are only supported on web platform');
}