FormBlocListenerCallback<Response> typedef

FormBlocListenerCallback<Response> = void Function(BuildContext context, FormBlocState<Response> state)

Implementation

typedef FormBlocListenerCallback<Response> = void Function(
    BuildContext context, FormBlocState<Response> state);