slice method

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

Implementation

@override
Blob slice([int? start, int? end, String? contentType]) {
  return blobFromJsObject(_delegate.slice(start, end, contentType));
}