fhir_db
resource_dao
R4Dao
updatePw method
updatePw
fhir_db
resource_dao
R4Dao
updatePw method
R4Dao class
Constructors
R4Dao
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) => R4FhirDb.instance.updatePassword(oldPw, newPw);