chore(llc, core, ui): ignore deprecated methods from codecov
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -97,6 +97,8 @@ class StreamChatCoreState extends State<StreamChatCore>
|
||||
@override
|
||||
Widget build(BuildContext context) => widget.child;
|
||||
|
||||
// coverage:ignore-start
|
||||
|
||||
/// The current user
|
||||
@Deprecated('Use `.currentUser` instead, Will be removed in future releases')
|
||||
User? get user => client.state.currentUser;
|
||||
@@ -107,6 +109,8 @@ class StreamChatCoreState extends State<StreamChatCore>
|
||||
)
|
||||
Stream<User?> get userStream => client.state.currentUserStream;
|
||||
|
||||
// coverage:ignore-end
|
||||
|
||||
/// The current user
|
||||
User? get currentUser => client.state.currentUser;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user