updatePw method

Future updatePw (
  1. String oldPw,
  2. String newPw
)

Implementation

Future updatePw(String oldPw, String newPw) =>
    R4FhirDb.instance.updatePassword(oldPw, newPw);