refactored chat archive and added search

This commit is contained in:
Fabian Freund
2024-06-16 13:07:16 +02:00
parent 9daca26261
commit d7a65a5770
18 changed files with 1150 additions and 53 deletions
@@ -0,0 +1,6 @@
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'search.dart';
// ignore_for_file: type=lint
mixin _$SearchDaoMixin on DatabaseAccessor<ChatSearchDatabase> {}