SpeechPackStatusStorage class Null safety
Speech package status storage
- Inheritance
- Object
- KeyValueStorage
- SpeechPackStatusStorage
Constructors
- SpeechPackStatusStorage()
- Speech pack status storage
Properties
- box ↔ GetStorage
-
A box to store key value pairs
read / write, inherited
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- namespace → String
-
The container to save key value pairs in
final, inherited
-
ready
→ Future<
bool> -
Is the storage initialized
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
clear(
) → Future< void> -
WARNING! Clears all values from storage namespace
inherited
-
get<
T> (String key) → Future< T?> -
Get the value for a key from storage namespace
inherited
-
load(
String key) → Future< SpeechPackageStatus?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
remove(
String key) → Future< void> -
Remove a key value pair from storage namespace
inherited
-
save(
String key, SpeechPackageStatus value) → Future< void> -
set(
String key, dynamic value) → Future< void> -
Add a key value pair to storage namespace
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Static Properties
- instance → SpeechPackStatusStorage
-
Current inserted instance
read-only