getFileStorageReference method

FileStorageReference getFileStorageReference([
  1. int id = -1
])

Get a FileStorageReference that reference a file at the current CarpService storage location. id can be omitted if a local file is not uploaded yet.

Implementation

FileStorageReference getFileStorageReference([int id = -1]) =>
    FileStorageReference._(this, id);