DelegatingPortalHost class

A delegating implementation of PortalHost.

Implemented types

Constructors

DelegatingPortalHost(PortalHost _delegateHost)

Properties

hasAttached bool
True if the host has a portal attached within.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

attach(Portal<Object?> portal) Future
Attaches portal.
override
detach() Future<void>
Detaches any active portal.
override
dispose() → void
Disposes this disposable and any resources it has open.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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