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