pendingOperationCount property

  1. @override
int get pendingOperationCount
override

Number of operations currently sitting in the offline queue, waiting to be sent once the connection allows it.

Drive a "pending" badge from this, or check it before calling flushPendingOperations to skip a redundant drain attempt. Clients without an offline queue configured always report 0.

Implementation

@override
int get pendingOperationCount => 0;