A value of type 'StreamSink<dynamic>' can't be returned from the function 'assessmentSink'

Try defining the type of stream controller as:

late StreamController<ApiResponse<AssessmentModel>> submitAssessmentController;