menu
libac_dart
encryption/aes.dart
AESCipher
getKey method
getKey
dark_mode
light_mode
getKey
method
Uint8List
getKey
(
)
Implementation
Uint8List getKey() { return Uint8List.fromList(_aesKey); }
libac_dart
aes
AESCipher
getKey method
AESCipher class