AsyncAgentDetailDialog constructor
const
AsyncAgentDetailDialog({
- Key? key,
- required BackgroundTaskState agent,
- required VoidCallback onDone,
- VoidCallback? onKillAgent,
- VoidCallback? onBack,
Implementation
const AsyncAgentDetailDialog({
super.key,
required this.agent,
required this.onDone,
this.onKillAgent,
this.onBack,
});