getValue method

String? getValue(
  1. String key
)

Implementation

String? getValue(String key) {
  return store[key];
}