isWindowResizable property
Implementation
@override
Future<bool> get isWindowResizable async {
return await methodChannel.invokeMethod(isWindowResizableMethod);
}
@override
Future<bool> get isWindowResizable async {
return await methodChannel.invokeMethod(isWindowResizableMethod);
}