getDuration method

Future<DurationRange> getDuration(
  1. int playerId
)

Gets the video duration as DurationRange.

Implementation

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