isDuplicateNotification method

Future<bool> isDuplicateNotification(
  1. String duplicateKey,
  2. Duration? timeWindow
)

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.');
}