addBlob abstract method

void addBlob(
  1. Blob? value
)

Adds a Blob at the end of this array.

Implementation

void addBlob(Blob? value);