getMetadata method

Future<FullMetadata> getMetadata()

Fetches metadata for the object at this location, if one exists.

Implementation

Future<FullMetadata> getMetadata() {
  throw UnimplementedError('getMetadata() is not implemented');
}