TotalCountResolver typedef

TotalCountResolver = int Function(int currentTotalCount, int difference)

Implementation

typedef TotalCountResolver = int Function(
    int currentTotalCount, int difference);