RemoteSessionDetailDialog constructor
const
RemoteSessionDetailDialog({
- Key? key,
- required BackgroundTaskState session,
- required VoidCallback onDone,
- VoidCallback? onBack,
- VoidCallback? onKill,
Implementation
const RemoteSessionDetailDialog({
super.key,
required this.session,
required this.onDone,
this.onBack,
this.onKill,
});