blobToHex function

String blobToHex(
  1. BinaryBlob blob
)

Implementation

String blobToHex(BinaryBlob blob) {
  return blob.toHex();
}