pickleOlmAccountWithKey method

String? pickleOlmAccountWithKey(
  1. String key
)

Implementation

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