fhir_db
resource_dao
Stu3Dao
updatePw method
updatePw
fhir_db
resource_dao
Stu3Dao
updatePw method
Stu3Dao class
Constructors
Stu3Dao
Properties
hashCode
runtimeType
Methods
delete
deleteAllResources
deleteSingleType
find
getAllResources
getAllSortedById
noSuchMethod
save
searchFor
toString
updatePw
Operators
operator ==
updatePw
method
Future
updatePw
(
String
oldPw
,
String
newPw
)
Implementation
Future updatePw(String oldPw, String newPw) => Stu3FhirDb.instance.updatePassword(oldPw, newPw);