needUri method
Implementation
bool needUri(Notification notification) {
return notification.reasonSubject != null ||
notification.reason == "mention";
}
bool needUri(Notification notification) {
return notification.reasonSubject != null ||
notification.reason == "mention";
}