Skip to content

Commit 709abfb

Browse files
committed
remove appName parameter
1 parent 1f0753d commit 709abfb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/lib/home.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ class HomeState extends State<Home> with SingleTickerProviderStateMixin {
318318
try {
319319
await sendNotification(
320320
recipientWebId: recipient,
321-
appName: AppConstants.shortName,
322321
title: notifTitle,
323322
content: contentController.text.trim().isEmpty
324323
? null

0 commit comments

Comments
 (0)