blob method

Future<Blob> blob()

Implementation

Future<Blob> blob() =>
    js_util.promiseToFuture(js_util.callMethod(this, 'blob', []));