menu
network_font package
documentation
model/FontHiveData.dart
FontHiveData
save method
save method
dark_mode
light_mode
save
method
Future
<
void
>
save
(
)
inherited
Persists this object.
Implementation
Future<void> save() { _requireInitialized(); return _box!.put(_key, this); }
network_font package
documentation
model/FontHiveData
FontHiveData
save method
FontHiveData class