pickleOlmAccountWithKey method

String? pickleOlmAccountWithKey(
  1. String key
)

Implementation

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