OnSuccessCallback typedef

OnSuccessCallback = void Function(dynamic data)

Implementation

typedef OnSuccessCallback = void Function(dynamic data);