usingNotificationUri method
Implementation
bool usingNotificationUri(Notification notification) {
return notification.reason == "quote" || notification.reason == "mention";
}
bool usingNotificationUri(Notification notification) {
return notification.reason == "quote" || notification.reason == "mention";
}