resizeWebCanvas function

void resizeWebCanvas(
  1. int width,
  2. int height
)

Implementation

void resizeWebCanvas(int width, int height) {
  throw UnsupportedError("Not supported on non-web platforms");
}