Success typedef

Success = dynamic Function(dynamic data)

Implementation

typedef Success = Function(dynamic data);