add patient view arguments to make Icons visible or not
This commit is contained in:
@@ -7,3 +7,10 @@ class BusinessUpdateArguments {
|
|||||||
|
|
||||||
BusinessUpdateArguments(this.signedInUser, this.businessUser);
|
BusinessUpdateArguments(this.signedInUser, this.businessUser);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class PatientViewArguments {
|
||||||
|
final AppUser signedInUser;
|
||||||
|
final String type;
|
||||||
|
|
||||||
|
PatientViewArguments(this.signedInUser, this.type);
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user