appointment and waiting room update
This commit is contained in:
parent
eff4fae83e
commit
23dbe21a2c
9 changed files with 391 additions and 91 deletions
|
|
@ -174,11 +174,13 @@ class CalendarArguments {
|
|||
final AppUser signedInUser;
|
||||
final bool personalSelected;
|
||||
final Business? business;
|
||||
final BusinessUser? businessUser;
|
||||
|
||||
CalendarArguments(
|
||||
this.signedInUser,
|
||||
this.personalSelected,
|
||||
this.business,
|
||||
this.businessUser,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue