play method

Future play(
  1. int videoId,
  2. PlayingItem item
)

Implementation

Future play(int videoId, PlayingItem item) {
  throw UnimplementedError('play() has not been implemented.');
}