CallBack typedef

CallBack = void Function(CARDDETAILS response)

Implementation

typedef void CallBack(CARDDETAILS response);