preMultiplySelf method

DOMMatrix preMultiplySelf([
  1. DOMMatrixInit? other
])

Implementation

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