onSystemNotificationSettingsOpenedForTesting property

  1. @visibleForTesting
set onSystemNotificationSettingsOpenedForTesting (NotificationSettingsDeepLinkCallback? value)

Implementation

@visibleForTesting
set onSystemNotificationSettingsOpenedForTesting(
  NotificationSettingsDeepLinkCallback? value,
) =>
    _onSystemNotificationSettingsOpened = value;