Deletes everything stored in the general store
Future<bool> deleteAllGeneral({ String? pw, }) async => clearGeneral(pw: pw);