menu
markdown_notifier package
documentation
logic/notification_logic.dart
NotificationIconLogic
shouldNotify method
shouldNotify method
dark_mode
light_mode
shouldNotify
method
Future
<
void
>
shouldNotify
(
bool
value
)
Implementation
Future<void> shouldNotify(bool value) async => await _storage!.write("needsNotification", value);
markdown_notifier package
documentation
logic/notification_logic
NotificationIconLogic
shouldNotify method
NotificationIconLogic class