blob method

Future<Blob> blob ()

Implementation

Future<Blob> blob() => promiseToFuture<Blob>(JS("", "#.blob()", this));