menu
element_dart package
documentation
utils.dart
DartUtil
toBase64 static method
toBase64 static method
dark_mode
light_mode
toBase64
static method
String
toBase64
(
String
str
)
字符串转 base64
Implementation
static String toBase64(String str) => _base64Codec.encode(str);
element_dart package
documentation
utils
DartUtil
toBase64 static method
DartUtil class