handleMainWindowReceiveData method

void handleMainWindowReceiveData()

Sets up the method handler for the main window to process incoming data.

Implementation

void handleMainWindowReceiveData() {
  DesktopMultiWindow.setMethodHandler(_handleMainWindowReceiveData);
}