getDownloadUrl method

Future<String> getDownloadUrl(
  1. List fields
)

Implementation

Future<String> getDownloadUrl(List fields) {
  // checkFields(fields);
  return read(fields.join('/'));
}