OnSuccess typedef

OnSuccess = void Function(Map<String, dynamic> data)

Implementation

typedef OnSuccess = void Function(Map<String, dynamic> data);