saveBlob abstract method

  1. @override
Future<void> saveBlob(
  1. Blob blob
)
override

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

@override
Future<void> saveBlob(Blob blob);