stopPiP static method

void stopPiP()

Implementation

static void stopPiP() {
  pipKey.currentState?.changeOverlay();
  isActive = false;
}