have path route show up in url bar & change routes to make logical sense
This commit is contained in:
@@ -40,3 +40,13 @@ class PatientViewArguments {
|
||||
this.type,
|
||||
);
|
||||
}
|
||||
|
||||
class PatientEditArguments {
|
||||
final AppUser signedInUser;
|
||||
final Patient selectedPatient;
|
||||
|
||||
PatientEditArguments(
|
||||
this.signedInUser,
|
||||
this.selectedPatient,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user