@override Future<void> del(String tag) async { _isInitialized(); keychain.remove(tag); await _persist(); }