createBlob function

Blob createBlob([
  1. List<Object>? parts,
  2. String? type
])

Creates a server-side Blob instance.

Implementation

iface.Blob createBlob([List<Object>? parts, String? type]) => ServerBlob();