ResponseCallback<T> typedef

ResponseCallback<T> = void Function(T? t)?

Implementation

typedef ResponseCallback<T> = void Function(T? t)?;