menu
secure_string_compressor package
documentation
aes_encryption.dart
AesEncryption
base64KeyFromUint8List method
base64KeyFromUint8List method
dark_mode
light_mode
base64KeyFromUint8List
method
String
base64KeyFromUint8List
(
Uint8List
intList
)
Implementation
String base64KeyFromUint8List(Uint8List intList) { return base64Encode(intList); }
secure_string_compressor package
documentation
aes_encryption
AesEncryption
base64KeyFromUint8List method
AesEncryption class