PortalHost class abstract

A host container that can project a single Portal within.

Implemented types
Implementers

Constructors

PortalHost()

Properties

hasAttached bool
True if the host has a portal attached within.
no setter
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.
detach() Future<void>
Detaches any active portal.
dispose() → void
Disposes this disposable and any resources it has open.
inherited
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