Skip to content

Commit

Permalink
Update local-notifications.md | Correct
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavanesh2001 authored Jan 15, 2025
1 parent 81423ce commit d5011c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/platform-integration/local-notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ INotificationManagerService notificationManager =
Application.Current?.Windows[0].Page?.Handler?.MauiContext?.Services.GetService<INotificationManagerService>();
```

For more information about resolving registered types, see [Resolution](~/fundamentals/dependency-injection.md).
For more information about resolving registered types, see [Resolution](~/fundamentals/dependency-injection.md#resolution).

Once the `INotificationManagerService` implementation is resolved, its operations can be invoked:

Expand Down

0 comments on commit d5011c2

Please sign in to comment.