blob方法

Future<Blob> blob()

实现

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