content abstract method

Future<Uint8List> content()

Gets the contents of this Blob as a block of memory.

Not recommended for very large blobs, as it may be slow and use up lots of RAM.

See also:

Implementation

Future<Uint8List> content();