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