PaymentStatus<T> typedef

PaymentStatus<T> = void Function(T value)

Implementation

typedef PaymentStatus<T> = void Function(T value);