exitPIP method

void exitPIP()

Implementation

void exitPIP() {
  _isInPIPMode = false;
  notifyListeners();
}