menu
flutter_chat_sdk package
documentation
chat.dart
ChatIdentityProvider
userIdChanges property
userIdChanges property
dark_mode
light_mode
userIdChanges
property
Stream
<
String
?
>
get
userIdChanges
Emits whenever the current user id changes.
Implementation
Stream<String?> get userIdChanges;
flutter_chat_sdk package
documentation
chat
ChatIdentityProvider
userIdChanges property
ChatIdentityProvider class