getDonwloadLink abstract method

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

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

Implementation

Future<String?> getDonwloadLink(String url);