handleSettingsDeepLinkForTesting method

  1. @visibleForTesting
Future<void> handleSettingsDeepLinkForTesting(
  1. String? channelId
)

Exposes _handleSettingsDeepLink for direct testing.

Implementation

@visibleForTesting
Future<void> handleSettingsDeepLinkForTesting(String? channelId) =>
    _handleSettingsDeepLink(channelId);