append method

void append(
  1. String name, [
  2. Blob? blobValue,
  3. String? filename
])

Implementation

void append(String name, [Blob? blobValue, String? filename]) =>
    js_util.callMethod(this, 'append', [name, blobValue, filename]);