menu
secure_string_compressor package
documentation
aes_encryption.dart
AesEncryption
uint8ListFromBase64Key method
uint8ListFromBase64Key method
dark_mode
light_mode
uint8ListFromBase64Key
method
Uint8List
uint8ListFromBase64Key
(
String
encodedKey
)
Implementation
Uint8List uint8ListFromBase64Key(String encodedKey) { return base64Decode(encodedKey); }
secure_string_compressor package
documentation
aes_encryption
AesEncryption
uint8ListFromBase64Key method
AesEncryption class