play method

Future<void> play(
  1. int playerId
)

Starts the video playback.

Implementation

Future<void> play(int playerId) {
  throw UnimplementedError('play() has not been implemented.');
}