获取通话记录

This commit is contained in:
GYJ
2024-11-23 15:22:23 +08:00
parent 87c41341fd
commit a82e726d5f
21 changed files with 430 additions and 6 deletions

View File

@@ -77,7 +77,9 @@ class ReserveView extends BaseUI {
width: 5,
),
InkWell(
onTap: () {},
onTap: () {
provider.loadCallLog();
},
child: const SizedBox(
width: 40,
height: 40,