resetWindowMaxSize method
setWindowMaxSize Set the maximum window size.
Implementation
@override
Future<void> resetWindowMaxSize() async {
await methodChannel.invokeMethod(resetWindowMaxSizeMethod);
}
setWindowMaxSize Set the maximum window size.
@override
Future<void> resetWindowMaxSize() async {
await methodChannel.invokeMethod(resetWindowMaxSizeMethod);
}