clear method

Future<bool> clear({
  1. String? pw,
})

Implementation

Future<bool> clear({String? pw}) async => deleteAllResources(pw: pw);