getFileMetadata abstract method

Future<CloudFile> getFileMetadata(
  1. String path
)

Retrieves metadata for the file or directory at the specified path.

Implementation

Future<CloudFile> getFileMetadata(String path);