SuccessConverter<T> typedef

SuccessConverter<T> = FutureOr<T> Function(dynamic json)

Implementation

typedef SuccessConverter<T> = FutureOr<T> Function(dynamic json);