setBlob abstract method

void setBlob(
  1. Blob? value, {
  2. required int at,
})

Sets a Blob at the given index.

Throws a RangeError if the index is ouf of range.

Implementation

void setBlob(Blob? value, {required int at});