DashboardNotifier constructor

DashboardNotifier({
  1. GetLogUseCase? getLogUseCase,
})

Implementation

DashboardNotifier({this.getLogUseCase}) {
  getLogUseCase = di.GetIt.I<GetLogUseCase>();
  fetchAllResponses();
}