setBlob abstract method

void setBlob(
  1. Blob? value, {
  2. required String key,
})

Sets a Blob for the given key.

Implementation

void setBlob(Blob? value, {required String key});