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