OnSuccess typedef

OnSuccess = void Function<T>(T data)?

Implementation

typedef OnSuccess = void Function<T>(T data)?;