menu
flutter_andomie package
documentation
utils/lazy_notifier.dart
LazyNotifier
of static method
of static method
dark_mode
light_mode
of
static method
LazyNotifier
of
(
String
name
)
Implementation
static LazyNotifier of(String name) { return _proxies[name] ??= LazyNotifier._(); }
flutter_andomie package
documentation
utils/lazy_notifier
LazyNotifier
of static method
LazyNotifier class