Converting the base64 back to bytes
Uint8List bytesFromString(){ return base64.decode(bytesString); }