resizeTo function
Implementation
void resizeTo(
_i2.num width,
_i2.num height,
) {
_i4.callMethod(
_self,
'resizeTo',
[
width,
height,
],
);
}
void resizeTo(
_i2.num width,
_i2.num height,
) {
_i4.callMethod(
_self,
'resizeTo',
[
width,
height,
],
);
}