slice method - Blob class - dart:html library (
original
) (
raw
)
description
Blob
slice([
int
? start,
int
? end,
String
? contentType ])
Implementation
Blob slice([int? start, int? end, String? contentType]) native;