nextList method

List<VideoDetail> nextList(
  1. int size
)

Implementation

List<VideoDetail> nextList(int size) {
  return List.empty();
}