GlobalFloatWindowManager class

Two scenarios: 1.In-app : Overlay 2.out-of-app : PIP

Constructors

GlobalFloatWindowManager()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
onOverlayClosed VoidCallback?
getter/setter pair
overlayManager OverlayManager
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state GlobalFloatWindowState
final

Methods

enableFloatWindowFeature(bool enable) → void
isEnableFloatWindowFeature() bool
isFloating() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setFloatWindowMode(FloatWindowMode mode) → void
setOverlayClosedCallback(VoidCallback? callback) → void
setOwnerId(String userId) → void
setRoomId(String roomId) → void
switchToFullScreenMode() → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance GlobalFloatWindowManager
final