SuccessCallback typedef

SuccessCallback = dynamic Function(List list)

Implementation

typedef SuccessCallback = Function(List list);