menu
gif_flutter_libs package
documentation
utils/crypto.dart
Crytpo
decodeBase64 static method
decodeBase64 static method
dark_mode
light_mode
decodeBase64
static method
String
decodeBase64
(
String
data
)
Base64解密
Implementation
static String decodeBase64(String data){ return String.fromCharCodes(base64Decode(data)); }
gif_flutter_libs package
documentation
utils/crypto
Crytpo
decodeBase64 static method
Crytpo class