ActionFunc typedef

void ActionFunc (
  1. SamModel sm,
  2. SamReq req
)

Signature of action request after present formatting

Implementation

typedef ActionFunc =  void Function(SamModel sm,SamReq req);