emptyBlob static method

Blob emptyBlob()

dynamic length, need to handle by yourself

Implementation

static Blob emptyBlob() {
  return Blob([]);
}