irte_engine
simple_storage
SimpleStorage
<
T
>
get method
get
get
method
Null safety
Future
<
T?
>
get
(
)
Get the value from storage
Implementation
Future<T?> get() { return storage.get<T>(key); }
irte_engine
simple_storage
SimpleStorage
<
T
>
get method
SimpleStorage class
Constructors
SimpleStorage
Properties
hashCode
key
ready
runtimeType
storage
Methods
get
noSuchMethod
remove
set
toString
Operators
operator ==