playOrPause method
Toggle between play and pause based on current state
Implementation
Future<void> playOrPause() async {
_checkInitialized();
_playerMethodManager.playByState();
}
Toggle between play and pause based on current state
Future<void> playOrPause() async {
_checkInitialized();
_playerMethodManager.playByState();
}