Future<void> deleteCredential(String credentialDid) async { await _credentialBox!.delete(credentialDid); }