SimpleStorage<T> constructor Null safety

SimpleStorage<T>(
  1. String key
)

Implementation

SimpleStorage(this.key) : storage = KeyValueStorage('${key}_storage');