getDownloadURL method

Future<String> getDownloadURL()

Implementation

Future<String> getDownloadURL() async {
  if (_ref_original != null) {
    return await _ref_original!.getDownloadURL();
  } else {
    return await _ref_windows!.getDownloadURL();
  }
}