reinitialize method

Future<void> reinitialize()

Reinitialize the player

Implementation

Future<void> reinitialize() async {
  _checkInitialized();
  await _playerMethodManager.initPlayer();
}