IframeCommunicationSlave constructor
IframeCommunicationSlave({
- required WindowBase parent,
- CommunicationInputListenerDelegate? communicationInputListenerDelegate,
Implementation
IframeCommunicationSlave(
{required WindowBase parent, this.communicationInputListenerDelegate}) {
communication = IframeCommunication(target: parent);
communication.setMessageReceiver(_receive);
_onListenPopRoute();
_onListenFireSearch();
_onListenLeavePage();
}