some changes
This commit is contained in:
parent
3e3bf0724c
commit
637516ffb6
File diff suppressed because one or more lines are too long
|
@ -329,9 +329,14 @@ class NotificationHandler {
|
|||
}
|
||||
}
|
||||
|
||||
void _showAcessNotificationModal(
|
||||
Map<String, dynamic> message, BuildContext context) {
|
||||
debugPrint('Showing access notification dialog');
|
||||
}
|
||||
|
||||
void _showVisitRequestDialog(
|
||||
Map<String, dynamic> message, BuildContext context) {
|
||||
debugPrint('Showing visit request dialog');
|
||||
debugPrint('Showing visit request notification dialog');
|
||||
showDialog(
|
||||
context: context,
|
||||
builder: (BuildContext context) {
|
||||
|
|
Loading…
Reference in New Issue