SumCallback typedef

SumCallback = int Function(int a, int b)

Implementation

typedef SumCallback = int Function(int a, int b);