slice abstract method

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

Implementation

Blob slice([int start = 0, int? end, String? contentType]);