buildLaunchPage method
- {MediaItem? item}
override
The widget to show when this source is launched. An optional MediaItem can be supplied as a launch parameter.
Implementation
@override
BaseSourcePage buildLaunchPage({
MediaItem? item,
}) {
throw UnsupportedError('Clipboard source does not launch any page');
}