Storage.get constructor
To get a value back, use Storage.get.
Implementation
Storage.get(
this.name, {
this.autoNamespace = true,
this.scale = 1,
required this.key,
}) : assert(key != null),
_type = _StorageType.get;
To get a value back, use Storage.get.
Storage.get(
this.name, {
this.autoNamespace = true,
this.scale = 1,
required this.key,
}) : assert(key != null),
_type = _StorageType.get;