updatePw method

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

updates password

Implementation

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