RemoteSessionDetailController constructor

RemoteSessionDetailController({
  1. required BackgroundTaskState session,
  2. required VoidCallback onDone,
  3. VoidCallback? onBack,
  4. VoidCallback? onKill,
})

Implementation

RemoteSessionDetailController({
  required this.session,
  required this.onDone,
  this.onBack,
  this.onKill,
});