PipWidget class

Constructors

PipWidget({Duration probeInterval = const Duration(milliseconds: 100)})

Properties

hashCode int
The hash code for this object.
no setterinherited
isPipAvailable Future<bool>
no setter
pipStatus Future<PiPWidgetStatus>
no setter
pipStatus$ Stream<PiPWidgetStatus>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
enterPIP({Rational aspectRatio = const Rational.landscape(), Rectangle<int>? sourceRectHint}) Future<bool>
launchPIPActivity({String routeName = "/"}) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onBackPressed() Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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