update database password
Future updatePw(String? oldPw, String? newPw) async => await FhirDb.instance.updatePassword(oldPw, newPw);