handleSettingsDeepLinkForTesting method
Exposes _handleSettingsDeepLink for direct testing.
Implementation
@visibleForTesting
Future<void> handleSettingsDeepLinkForTesting(String? channelId) =>
_handleSettingsDeepLink(channelId);
Exposes _handleSettingsDeepLink for direct testing.
@visibleForTesting
Future<void> handleSettingsDeepLinkForTesting(String? channelId) =>
_handleSettingsDeepLink(channelId);