getDownloadsDirectory method

Future<String?> getDownloadsDirectory()

Implementation

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