play method

Future<void> play()

Start or resume video playback

Implementation

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