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