getDuration method
Gets the video duration as DurationRange.
Implementation
Future<DurationRange> getDuration(int playerId) {
throw UnimplementedError('getDuration() has not been implemented.');
}
Gets the video duration as DurationRange.
Future<DurationRange> getDuration(int playerId) {
throw UnimplementedError('getDuration() has not been implemented.');
}