updateHtmlImageTransform function

void updateHtmlImageTransform(
  1. String viewId,
  2. Matrix4 matrix
)

Stub implementation of the transform updater for non-web platforms

Implementation

void updateHtmlImageTransform(String viewId, Matrix4 matrix) {
  // No-op implementation for non-web platforms
}