String? pickleOlmAccountWithKey(String key) => enabled ? _olmAccount!.toPickleEncrypted(key.toPickleKey()) : null;