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