getFileMetadata abstract method

Future<CloudFile> getFileMetadata(
  1. String path
)

Gets the metadata of a file.

Implementation

Future<CloudFile> getFileMetadata(String path);