isDuplicateNotification method
Check if a notification with the same duplicate key exists
Implementation
Future<bool> isDuplicateNotification(String duplicateKey, Duration? timeWindow) {
throw UnimplementedError('isDuplicateNotification() has not been implemented.');
}