buildHistory method
This is shown as the body when shouldPlaceholderBeShown is false.
Implementation
Widget buildHistory(List<MediaItem> items) {
return Container();
}
This is shown as the body when shouldPlaceholderBeShown is false.
Widget buildHistory(List<MediaItem> items) {
return Container();
}