play method

Future<void> play({
  1. required int id,
})

Plays the video playback.

Implementation

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