menu
k_auth package
documentation
testing/mock_k_auth.dart
MockKAuth
authStateChanges property
authStateChanges property
dark_mode
light_mode
authStateChanges
property
Stream
<
KAuthUser
?
>
get
authStateChanges
인증 상태 변화 스트림
Implementation
Stream<KAuthUser?> get authStateChanges => _authStateController.stream;
k_auth package
documentation
testing/mock_k_auth
MockKAuth
authStateChanges property
MockKAuth class