ResponseCallback<T> typedef Null safety

ResponseCallback<T> = void Function(T?)

Implementation

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