SuccessDy typedef

SuccessDy = dynamic Function(dynamic data)

定义一个函数 请求成功回调 返回原始json数据

Implementation

typedef SuccessDy = Function(dynamic data);