onEncryptionError property

CachedStreamController<SdkError> onEncryptionError
final

Encryption errors are coming here.

Implementation

final CachedStreamController<SdkError> onEncryptionError =
    CachedStreamController();