deletePatient method Null safety
- {required Patient patient}
Implementation
Future<bool> deletePatient({required final Patient patient}) async {
return deleteProfile();
}
Future<bool> deletePatient({required final Patient patient}) async {
return deleteProfile();
}