Reports a host resize event to the runtime.
void resize({required int width, required int height}) { if (_disposed) return; backend.notifySizeChanged((width: width, height: height)); }