getDashboardService method

DashboardService getDashboardService()

Implementation

DashboardService getDashboardService() {
  _dashboardService ??= DashboardService(this);
  return _dashboardService!;
}