Currently getDownloadsDirectory() has the following documentation:
/// Path to the directory where downloaded files can be stored.
/// This is typically only relevant on desktop operating systems.
///
/// On Android and on iOS, this function throws an [UnsupportedError] as no equivalent
/// path exists.
It isn't quite clear why this API can't return paths to iOS' and Android's Downloads folders? I think both has equivalent folders. Am I missing something?
Currently getDownloadsDirectory() has the following documentation:
/// Path to the directory where downloaded files can be stored.
/// This is typically only relevant on desktop operating systems.
///
/// On Android and on iOS, this function throws an [UnsupportedError] as no equivalent
/// path exists.
It isn't quite clear why this API can't return paths to iOS' and Android's Downloads folders? I think both has equivalent folders. Am I missing something?