showLandscapeModal method

void showLandscapeModal({
  1. required QYPlayerModal type,
})

Implementation

void showLandscapeModal({required QYPlayerModal type}) {
  setState(() {
    modalType = type;
    modalVisible = true;
  });
  startTransition();
}