authStateStream property

  1. @override
Stream<AuthState> get authStateStream
override

Stream of authentication state updates from the native platform.

Implementation

@override
Stream<AuthState> get authStateStream => _authController.stream;