class HomeWidgetService { Future update() async { // Stub - would update home widget } Future updateWidgetData(int completed, int total) async { // Stub } }