ProgressResponseCallback typedef

ProgressResponseCallback = void Function(int responseTime, int jitter)

Implementation

typedef ProgressResponseCallback = void Function(
  int responseTime,
  int jitter,
);