UpdateToOffsetCallback typedef

UpdateToOffsetCallback = double Function(int index, int count, double remainingTime)

Implementation

typedef UpdateToOffsetCallback = double Function(
    int index, int count, double remainingTime);