menu
single_item_storage package
documentation
storage
Storage
<
E
>
get abstract method
get
brightness_4
get
abstract method
Null safety
Future
<
E?
>
get
(
)
Retrieves the saved item or returns
null
if no item is found.
Implementation
Future<E?> get();
single_item_storage package
documentation
storage
Storage
<
E
>
get abstract method
Storage class
Constructors
Storage
Properties
hashCode
runtimeType
Methods
delete
get
noSuchMethod
save
toString
Operators
operator ==