I'm using desktop_multi_window: ^0.3.0 to develop a multi-window application on Windows. I followed the configuration in the example and added the registration code in flutter_window.cpp. After running, multiple windows can be created successfully, but when I try to communicate between windows by calling invokeMethod, I get the following error:
fatal: WindowChannelException(CHANNEL_UNREGISTERED, Channel "lut_watch" not accessible (may be unregistered, bidirectional pair, or permission denied))
How can I resolve this issue?
I'm using desktop_multi_window: ^0.3.0 to develop a multi-window application on Windows. I followed the configuration in the example and added the registration code in flutter_window.cpp. After running, multiple windows can be created successfully, but when I try to communicate between windows by calling invokeMethod, I get the following error:
fatal: WindowChannelException(CHANNEL_UNREGISTERED, Channel "lut_watch" not accessible (may be unregistered, bidirectional pair, or permission denied))How can I resolve this issue?