getDownloadURL abstract method

Future<String?> getDownloadURL(
  1. String url
)

Returns an download url from the database using the path file reference from storage.

Implementation

Future<String?> getDownloadURL(String url);