setWindowResizable method

Future<void> setWindowResizable(
  1. String windowId,
  2. bool resizable
)

Implementation

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