pipAvailable property

Rx<bool> get pipAvailable

returns true if the pip mode can used on the current device, the initial value will be false after check if pip is available

Implementation

Rx<bool> get pipAvailable => _pipAvailable;