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