progress property

Future<void> Function(double percentComplete, {Map<String, Object?>? data}) progress
final

Reports task progress to the host.

Implementation

final Future<void> Function(
  double percentComplete, {
  Map<String, Object?>? data,
})
progress;