buildHistory method

Widget buildHistory(
  1. List<MediaItem> items
)

This is shown as the body when shouldPlaceholderBeShown is false.

Implementation

Widget buildHistory(List<MediaItem> items) {
  return Container();
}