shouldNotify method
If DateTime.now() is after nextDisplayAt, this returns true.
Implementation
bool shouldNotify() {
return _notification.shouldNotify(DateTime.now());
}
If DateTime.now() is after nextDisplayAt, this returns true.
bool shouldNotify() {
return _notification.shouldNotify(DateTime.now());
}