buildHistoryPage method

  1. @override
BasePage buildHistoryPage(
  1. {MediaItem? item}
)
override

The body widget to show in the tab when this source's media type and this source is selected.

Implementation

@override
BasePage buildHistoryPage({MediaItem? item}) {
  return const BrowserHistoryPage();
}