menu
jtech_base package
documentation
tool/tool.dart
Tool
image2Base64 static method
image2Base64 static method
dark_mode
light_mode
image2Base64
static method
String
image2Base64
(
File
image
)
Implementation
static String image2Base64(File image) => base64Encode(image.readAsBytesSync());
jtech_base package
documentation
tool/tool
Tool
image2Base64 static method
Tool class