getDownloadPath method

Future<String?> getDownloadPath()

Implementation

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