pendingCount property

ValueNotifier<int> pendingCount
final

Pending intercept sessions waiting for user action (debug / UI).

Implementation

final ValueNotifier<int> pendingCount = ValueNotifier<int>(0);