Uint8List uintListFromString(String string) { return const Base64Decoder().convert(string.replaceAll("\n", "")); }