String? base64ToString(String base64String){ try{ return utf8.decode(base64.decode(base64String)); }catch(e){ return null; } }