enterPIP method

void enterPIP()

Implementation

void enterPIP() {
  _isInPIPMode = true;
  notifyListeners();
}