readData<T> method

T? readData<T>(
  1. String key
)

Implementation

T? readData<T>(String key) {
  return _storage.get(key);
}