get method

Retrieves country metadata by key.

Implementation

Future<MatexCountryMetadata?> get(String key) async {
  return _countryProvider.get(key);
}