SettingsView constructor
- Key? key,
- Doctor? doctor,
- Organization? organization,
- BaseAuth? auth,
- VoidCallback? logoutCallback,
- VoidCallback? profileUpdate1Callback,
doctor - The doctor object.
organization - The organization object.
auth - The authentication service.
logoutCallback - Callback function for logout.
profileUpdate1Callback - Callback function for profile update 1.
profileUpdate2Callback - Callback function for profile update 2.
Implementation
const SettingsView(
{super.key, this.doctor,
this.organization,
this.auth,
this.logoutCallback,
this.profileUpdate1Callback,
// this.profileUpdate2Callback
});