getHtmlBlob function

dynamic getHtmlBlob(
  1. List blobParts, [
  2. String? type,
  3. String? endings
])

Implementation

dynamic getHtmlBlob(List blobParts, [String? type, String? endings]) =>
    throw UnimplementedError('Cannot create blob on this platform.');