mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-12-15 08:19:03 -05:00
conversation cubit work
This commit is contained in:
parent
2e4deb2038
commit
cd5d10ec1f
8 changed files with 515 additions and 168 deletions
|
|
@ -7,7 +7,7 @@ import '../../proto/proto.dart' as proto;
|
|||
class AccountRecordCubit extends DefaultDHTRecordCubit<proto.Account> {
|
||||
AccountRecordCubit({
|
||||
required super.record,
|
||||
}) : super(decodeState: proto.Account.fromBuffer);
|
||||
}) : super.value(decodeState: proto.Account.fromBuffer);
|
||||
|
||||
@override
|
||||
Future<void> close() async {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue