menu
finotescoreplugin package
documentation
observe.dart
Observe
Observe factory constructor
Observe factory constructor
dark_mode
light_mode
Observe
constructor
Observe
(
)
Implementation
factory Observe() { _instance ??= Observe._(); return _instance!; }
finotescoreplugin package
documentation
observe
Observe
Observe factory constructor
Observe class