static String base64Decode(String cipher) { Uint8List byte = convert.base64Decode(cipher); return convert.utf8.decode(byte); }