getDownloadURL method

Future<String> getDownloadURL()

Fetches a long lived download URL for this object.

Implementation

Future<String> getDownloadURL() {
  throw UnimplementedError('getDownloadURL() is not implemented');
}