menu
hive package
documentation
hive
HiveObjectMixin
save method
save method
brightness_4
brightness_5
save
method
Future
<
void
>
save
(
)
Persists this object.
Implementation
Future<void> save() { _requireInitialized(); return _box!.put(_key, this); }
hive package
documentation
hive
HiveObjectMixin
save method
HiveObjectMixin mixin