getMetadataConfigurations method
This operation lists all existing metadata configurations. The client need not know anything apriori about the metadata in order to use the command.
Implementation
Future<List<MetaDataConfiguration>> getMetadataConfigurations() async {
// TODO: implement getMetadataConfigurations
throw UnimplementedError();
}