Convert byte array to string utf-8
static String bytesToUtf8String(Uint8List bytes) { return utf8.decode(bytes); }