BlogController constructor

BlogController({
  1. required BlogApiService apiService,
})

Implementation

BlogController({required this.apiService});