zeroBlob static method

Blob zeroBlob()

fixed length

Implementation

static Blob zeroBlob() {
  return Blob(Uint8List(blobByteSize));
}