setWindowResizable method
Implementation
@override
Future<void> setWindowResizable(String windowId, bool resizable) {
return methodChannel.invokeMethod('setWindowResizable', {
'windowId': windowId,
'resizable': resizable,
});
}
@override
Future<void> setWindowResizable(String windowId, bool resizable) {
return methodChannel.invokeMethod('setWindowResizable', {
'windowId': windowId,
'resizable': resizable,
});
}