IframeCommunicationMaster constructor

IframeCommunicationMaster({
  1. required String url,
  2. CommunicationOutputListenerDelegate? communicationOutputListenerDelegate,
})

Implementation

IframeCommunicationMaster(
    {required this.url, this.communicationOutputListenerDelegate});