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