setLooping method

Future<void> setLooping(
  1. int playerId,
  2. bool looping
)

Sets the looping attribute of the video.

Implementation

Future<void> setLooping(int playerId, bool looping) {
  throw UnimplementedError('setLooping() has not been implemented.');
}