BackgroundTaskInfo constructor

BackgroundTaskInfo({
  1. String? tag,
  2. required BackgroundTask handle,
  3. required String taskId,
  4. PlatformArguments? args,
})

Implementation

BackgroundTaskInfo({this.tag, required this.handle, required this.taskId, this.args});