DashboardNotifier constructor
DashboardNotifier({
- GetLogUseCase? getLogUseCase,
- ClearLogUseCase? clearLogUseCase,
Implementation
DashboardNotifier({this.getLogUseCase, this.clearLogUseCase}) {
getLogUseCase = di.GetIt.I<GetLogUseCase>();
clearLogUseCase = di.GetIt.I<ClearLogUseCase>();
fetchAllResponses();
}