nextTraceNumber property

Future<int> Function() nextTraceNumber
getter/setter pair

Must keep counting across restarts; the host refuses a number it has already seen today.

Implementation

static late Future<int> Function() nextTraceNumber;