updatePassword method

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

Implementation

Future updatePassword(String oldPw, String newPw) => _updatePw(oldPw, newPw);