mirror of
https://github.com/Iconica-Development/flutter_notification_center.git
synced 2025-05-19 09:03:45 +02:00
chore: update the documentation
This commit is contained in:
parent
fb24dbdc29
commit
e02ea38dd3
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ firebaseRepo.getNotifications("user_123").listen((notifications) {
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
### Advaned Usage With Custom Translations
|
### Advanced Usage With Custom Translations
|
||||||
```dart
|
```dart
|
||||||
final translations = NotificationTranslations(
|
final translations = NotificationTranslations(
|
||||||
appBarTitle: "My Custom Notifications",
|
appBarTitle: "My Custom Notifications",
|
||||||
|
|
Loading…
Reference in a new issue