menu
cryppo package
documentation
encryption/encryption_service.dart
EncryptionService
decryptSerializedStringWithKey abstract method
decryptSerializedStringWithKey abstract method
dark_mode
light_mode
decryptSerializedStringWithKey
abstract method
Future
<
Uint8List
>
decryptSerializedStringWithKey
(
String
serialized
,
EncryptionKey
key
)
Implementation
Future<Uint8List> decryptSerializedStringWithKey( String serialized, EncryptionKey key);
cryppo package
documentation
encryption/encryption_service
EncryptionService
decryptSerializedStringWithKey abstract method
EncryptionService class