resetDesktopMaxWindowSize function

Future<void> resetDesktopMaxWindowSize()

Implementation

Future<void> resetDesktopMaxWindowSize() async {
  if (!supportPlatformDesktop) return;
  curiosityChannel.invokeMethod<dynamic>('resetMaxWindowSize');
}