getDownloadsPath method

Future<String?> getDownloadsPath()

Path to the directory where downloaded files can be stored. This is typically only relevant on desktop operating systems.

Implementation

Future<String?> getDownloadsPath() {
  throw UnimplementedError('getDownloadsPath() has not been implemented.');
}