add auth, format
This commit is contained in:
@@ -60,7 +60,8 @@ class Notification {
|
||||
bool get isOrderNotification => type.toLowerCase().contains('order');
|
||||
|
||||
/// Check if notification is loyalty-related
|
||||
bool get isLoyaltyNotification => type.toLowerCase().contains('loyalty') ||
|
||||
bool get isLoyaltyNotification =>
|
||||
type.toLowerCase().contains('loyalty') ||
|
||||
type.toLowerCase().contains('points');
|
||||
|
||||
/// Check if notification is promotion-related
|
||||
|
||||
Reference in New Issue
Block a user