play method

Future<void> play()

Implementation

Future<void> play() {
  _checkDisposed();
  return _player.play();
}