slice method

Blob slice([
  1. int? start,
  2. int? end,
  3. String? contentType
])

Implementation

Blob slice([int? start, int? end, String? contentType]) =>
    js_util.callMethod(this, 'slice', [start, end, contentType]);