getMetadata method

Future<Metadata> getMetadata()

Implementation

Future<Metadata> getMetadata() {
  return Future<Metadata>.value(Metadata._());
}