file method

FileManager file(
  1. String fileNameOrId
)

Creates a new FileManager object for the specified file.

fileNameOrId The name or id of the file.

Returns a new FileManager object that will be used for managing the file

Implementation

FileManager file(String fileNameOrId) =>
    FileManager(_bucketNameOrId, fileNameOrId, _fetcher);