pendingCount property
V1 stub adapter does not track in-flight requests (the Dio interceptor
wiring lives in consumer code). Explicit override is required because
Dart's implements clause does not inherit default method bodies from
the TelescopeHttpAdapter contract.
Implementation
@override
int get pendingCount => 0;