menu
pp_kits package
documentation
utils/encrypt_util.dart
EncryptUtil
encodeBase64 static method
encodeBase64 static method
dark_mode
light_mode
encodeBase64
static method
String
encodeBase64
(
Uint8List
bytes
)
Implementation
static String encodeBase64(Uint8List bytes) { return base64.encode(bytes); }
pp_kits package
documentation
utils/encrypt_util
EncryptUtil
encodeBase64 static method
EncryptUtil class