IframeCommunicationMaster class

Implemented types

Constructors

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

Properties

communicationDelegate CommunicationDelegate?
getter/setter pair
communicationOutputListenerDelegate CommunicationOutputListenerDelegate?
final
hashCode int
The hash code for this object.
no setterinherited
receiverMap Map<String, MessageReceiver>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
final

Methods

afterLoad(CommunicationDelegate delegate) → void
override
fireSearch() Future<void>
override
getRootWidget() Widget
override
leavePage() Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
popRoute() Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited