menu
sendingnetwork_dart_sdk 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;
sendingnetwork_dart_sdk package
documentation
encryption/olm_manager
OlmManager
pickleOlmAccountWithKey method
OlmManager class