appendBuffer method

void appendBuffer(
  1. dynamic data
)

Implementation

void appendBuffer(dynamic data) =>
    js_util.callMethod(this, 'appendBuffer', [data]);