readMetadata abstract method

Future<Map<String, String>> readMetadata({
  1. required String storeName,
})

Retrieve the stored metadata for the specified store

Implementation

Future<Map<String, String>> readMetadata({
  required String storeName,
});