resetWindowMaxSize method

  1. @override
Future<void> resetWindowMaxSize()
override

setWindowMaxSize Set the maximum window size.

Implementation

@override
Future<void> resetWindowMaxSize() async {
  await methodChannel.invokeMethod(resetWindowMaxSizeMethod);
}