SubmitCubit<F> constructor
SubmitCubit<F> ({
- String? timeoutMessage,
- String? unexpectedExceptionMessage,
- String? technicalErrorMessage,
- FetchCubit<
F> ? fetchCubit, - DataFetcher<
F> ? dataFetcher,
Implementation
SubmitCubit({
this.timeoutMessage,
this.unexpectedExceptionMessage,
this.technicalErrorMessage,
this.fetchCubit,
this.dataFetcher,
}) : super(SubmitInitial());