RemoteSessionDetailController constructor
RemoteSessionDetailController({
- required BackgroundTaskState session,
- required VoidCallback onDone,
- VoidCallback? onBack,
- VoidCallback? onKill,
Implementation
RemoteSessionDetailController({
required this.session,
required this.onDone,
this.onBack,
this.onKill,
});