getDownloadsPath method
override
Path to the directory where downloaded files can be stored. This is typically only relevant on desktop operating systems.
Implementation
@override
Future<String?> getDownloadsPath() async {
return kDownloadsPath;
}