menu
MBG_Inspektionen
options.dart
Options
store method
store
dark_mode
light_mode
store
method
Future
store
(
)
Implementation
Future store() => OP.db.collection(other).doc(_id).set(_$OptionsToJson(this));
MBG_Inspektionen
options
Options
store method
Options class