getPendingCount static method

Future<int> getPendingCount()

Number of operations pending in the offline queue.

Implementation

static Future<int> getPendingCount() async {
  _ensure();
  return _provider!.getPendingCount();
}