menu
u package
documentation
utils/u_encrypt.dart
UEncryption
randomKey static method
randomKey static method
dark_mode
light_mode
randomKey
static method
String
randomKey
(
{
int
bytes
=
32
,
})
Implementation
static String randomKey({int bytes = 32}) => base64.encode(_randomBytes(bytes));
u package
documentation
utils/u_encrypt
UEncryption
randomKey static method
UEncryption class