reinitialize method
Reinitialize the player
Implementation
Future<void> reinitialize() async {
_checkInitialized();
await _playerMethodManager.initPlayer();
}
Reinitialize the player
Future<void> reinitialize() async {
_checkInitialized();
await _playerMethodManager.initPlayer();
}