saveBlob abstract method

FutureOr<void> saveBlob(
  1. Blob blob
)

Saves a Blob directly into this database without associating it with any Documents.

Note: Blobs that are not associated with any document will be removed from the database when compacting the database.

Implementation

FutureOr<void> saveBlob(Blob blob);