menu
matrix package
documentation
encryption/olm_manager.dart
OlmManager
pickleOlmAccountWithKey method
pickleOlmAccountWithKey method
dark_mode
light_mode
pickleOlmAccountWithKey
method
String
?
pickleOlmAccountWithKey
(
String
key
)
Implementation
String? pickleOlmAccountWithKey(String key) => enabled ? _olmAccount!.pickle(key) : null;
matrix package
documentation
encryption/olm_manager
OlmManager
pickleOlmAccountWithKey method
OlmManager class