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