OperationSuccessIntPairCallback typedef

OperationSuccessIntPairCallback = void Function(int first, int second)

Implementation

typedef void OperationSuccessIntPairCallback(int first, int second);