onSystemNotificationSettingsOpenedGetterForTesting property

  1. @visibleForTesting
NotificationSettingsDeepLinkCallback? get onSystemNotificationSettingsOpenedGetterForTesting

Gets _onSystemNotificationSettingsOpened for test assertions (e.g., verifying cleanup nulls it out).

Implementation

@visibleForTesting
NotificationSettingsDeepLinkCallback?
    get onSystemNotificationSettingsOpenedGetterForTesting =>
        _onSystemNotificationSettingsOpened;