From 42b1521a3a7b262225824e2a79979269741a31ec Mon Sep 17 00:00:00 2001 From: Ivan Kuznetsov Date: Thu, 24 Oct 2024 18:40:39 +0100 Subject: [PATCH] Minor typo fix in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1030ddb..f927d94 100644 --- a/README.md +++ b/README.md @@ -491,7 +491,7 @@ Make sure to check for, and if necessary request, permission to display notifica If you download or upload multiple files simultaneously, you may not want a notification for every task, but one notification representing the group of tasks. To do this, set the `groupNotificationId` field in a `notificationConfig` and use that configuration for all tasks in this group. It is easiest to combine this with the `group` field of the task, e.g.: ```dart -FileDownloader.configureNotificationForGroup('bunchOfFiles', // refers to the Task.group field +FileDownloader().configureNotificationForGroup('bunchOfFiles', // refers to the Task.group field running: const TaskNotification( '{numFinished} out of {numTotal}', 'Progress = {progress}'), complete: