testGetNotificationDenialInfoOverride property

  1. @visibleForTesting
set testGetNotificationDenialInfoOverride (Future<NotificationDenialInfo?> value()?)

Implementation

@visibleForTesting
set testGetNotificationDenialInfoOverride(
  Future<NotificationDenialInfo?> Function()? value,
) =>
    _testGetNotificationDenialInfoOverride = value;