removeString method

void removeString(
  1. KdbxKey key
)

Implementation

void removeString(KdbxKey key) => setString(key, null);