irte_engine
key_value_storage
KeyValueStorage
clear method
clear
clear
method
Null safety
Future
<
void
>
clear
(
)
WARNING! Clears all values from storage namespace
Implementation
Future<void> clear() { return box.erase(); }
irte_engine
key_value_storage
KeyValueStorage
clear method
KeyValueStorage class
Constructors
KeyValueStorage
Properties
box
hashCode
namespace
runtimeType
Methods
clear
get
noSuchMethod
remove
set
toString
Operators
operator ==