resetWindowMinSize method
setWindowMinSize Set the minimum window size.
Implementation
@override
Future<void> resetWindowMinSize() async {
await methodChannel.invokeMethod(resetWindowMinSizeMethod);
}
setWindowMinSize Set the minimum window size.
@override
Future<void> resetWindowMinSize() async {
await methodChannel.invokeMethod(resetWindowMinSizeMethod);
}