mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-20 21:28:41 -04:00
checkpoint
This commit is contained in:
parent
09ae8ff6bb
commit
aa376a449d
3 changed files with 95 additions and 67 deletions
|
@ -4,7 +4,7 @@ import 'package:veilid_support/veilid_support.dart';
|
|||
class ActiveChatCubit extends Cubit<TypedKey?> {
|
||||
ActiveChatCubit(super.initialState);
|
||||
|
||||
void setActiveChat(TypedKey? activeChat) {
|
||||
emit(activeChat);
|
||||
void setActiveChat(TypedKey? activeChatRemoteConversationRecordKey) {
|
||||
emit(activeChatRemoteConversationRecordKey);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue