VodPlayerPictureInPicture mixin

Mixin applications

Properties

engineInstanceMethodChannel MethodChannel
no setter
hashCode int
The hash code for this object.
no setterinherited
onClickPictureInPictureRestoreBtn VoidCallback?
getter/setter pair
onStartPictureInPicture VoidCallback?
PiP lifecycle callbacks
getter/setter pair
onStopPictureInPicture VoidCallback?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

enableAutoBackgroundPictureInPicture(bool enable) Future<void>
background picture in picture auto
isPictureInPictureStarted() Future<bool>
isPictureInPictureStarted
isPictureInPictureSupported() Future<bool>
isPictureInPictureSupported
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startPictureInPicture() Future<bool>
Start picture in picture
stopPictureInPicture() Future<void>
Stop picture in picture
toString() String
A string representation of this object.
inherited

Operators

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