get method

String? get(
  1. String path
)

Implementation

String? get(String path) {
  return _store.get(path);
}