feat(stream_chat_localizations): Initial implementation
Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
@@ -133,11 +133,6 @@ class StreamChatState extends State<StreamChat> {
|
||||
/// The current user as a stream
|
||||
Stream<User?> get userStream => widget.client.state.userStream;
|
||||
|
||||
@override
|
||||
void initState() {
|
||||
super.initState();
|
||||
}
|
||||
|
||||
@override
|
||||
void didChangeDependencies() {
|
||||
final locale = ui.window.locale;
|
||||
|
||||
Reference in New Issue
Block a user