chore(core): add doc comments
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -43,7 +43,10 @@ class MessageSearchBlocState extends State<MessageSearchBloc>
|
|||||||
with AutomaticKeepAliveClientMixin {
|
with AutomaticKeepAliveClientMixin {
|
||||||
late StreamChatCoreState _streamChatCoreState;
|
late StreamChatCoreState _streamChatCoreState;
|
||||||
|
|
||||||
|
/// The key used to paginate next items.
|
||||||
String? nextId;
|
String? nextId;
|
||||||
|
|
||||||
|
/// The key used to paginate previous items.
|
||||||
String? previousId;
|
String? previousId;
|
||||||
|
|
||||||
/// The current messages list
|
/// The current messages list
|
||||||
|
|||||||
Reference in New Issue
Block a user