buildHistoryPage method
- {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 ReaderChatgptPage();
}