Builds a DATA URL string.
String toDataURLBase64(String? mediaType, String base64) { return 'data:$mediaType;base64,$base64'; }