IframeCommunicationMaster constructor
IframeCommunicationMaster({
- required String url,
- CommunicationOutputListenerDelegate? communicationOutputListenerDelegate,
Implementation
IframeCommunicationMaster(
{required this.url, this.communicationOutputListenerDelegate});