setWindowResizable method

Future<void> setWindowResizable(
  1. bool resizable
)

Implementation

Future<void> setWindowResizable(bool resizable) async {
  throw UnimplementedError('setWindowResizable() has not been implemented.');
}