menu
fhir_db package
documentation
dstu2.dart
FhirDb
clear method
clear method
dark_mode
light_mode
clear
method
Future
<
bool
>
clear
(
{
String
?
pw
,
})
Implementation
Future<bool> clear({String? pw}) async => deleteAllResources(pw: pw);
fhir_db package
documentation
dstu2
FhirDb
clear method
FhirDb class