hasPending property
bool
get
hasPending
Whether any requests are pending.
Implementation
bool get hasPending => _pending.isNotEmpty;
Whether any requests are pending.
bool get hasPending => _pending.isNotEmpty;