menu
app_essentials
image_util
ImageUtil
toBase64 static method
toBase64
brightness_4
brightness_5
toBase64
static method
String
toBase64
(
Uint8List
data
)
Implementation
static String toBase64(Uint8List data) { return base64Encode(data); }
app_essentials
image_util
ImageUtil
toBase64 static method
ImageUtil class
Constructors
ImageUtil
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
fromBase64
imageFromBase64String
toBase64