setWindowWidth method

  1. @override
int setWindowWidth(
  1. int width
)
override

Implementation

@override
int setWindowWidth(int width) {
  throw UnsupportedError(
      'Setting window width is not supported for Windows terminals.');
}