menu
smart_device_core package
documentation
library_core.dart
LibraryCore
getInstance static method
getInstance static method
dark_mode
light_mode
getInstance
static method
LibraryCore
?
getInstance
(
)
Implementation
static LibraryCore? getInstance() { _instance ??= LibraryCore._(); return _instance; }
smart_device_core package
documentation
library_core
LibraryCore
getInstance static method
LibraryCore class