multiply method

DOMMatrix multiply([
  1. DOMMatrixInit? other
])

Implementation

DOMMatrix multiply([DOMMatrixInit? other]) =>
    js_util.callMethod(this, 'multiply', [other]);