needsNotification property
bool
get
needsNotification
Implementation
bool get needsNotification =>
_storage!.read<bool>("needsNotification") ?? true;
bool get needsNotification =>
_storage!.read<bool>("needsNotification") ?? true;