diff --git a/lib/src/supabase_auth.dart b/lib/src/supabase_auth.dart index 8a418d0a..8d6e996a 100644 --- a/lib/src/supabase_auth.dart +++ b/lib/src/supabase_auth.dart @@ -196,7 +196,7 @@ class SupabaseAuth with WidgetsBindingObserver { /// Automatically called on dispose(). void _stopDeeplinkObserver() { Supabase.instance.log('***** SupabaseDeepLinkingMixin stopAuthObserver'); - if (_deeplinkSubscription != null) _deeplinkSubscription?.cancel(); + _deeplinkSubscription?.cancel(); } /// Handle incoming links - the ones that the app will recieve from the OS