menu
jwt_auth package
documentation
jwt_authentication_repository.dart
JwtAuthenticationRepository
jwtTokenStream property
jwtTokenStream property
dark_mode
light_mode
jwtTokenStream
property
Stream
<
JwtToken
?
>
get
jwtTokenStream
Implementation
Stream<JwtToken?> get jwtTokenStream async* { yield* _jwtTokenStream.stream; }
jwt_auth package
documentation
jwt_authentication_repository
JwtAuthenticationRepository
jwtTokenStream property
JwtAuthenticationRepository class