Skip to content

Commit 008d515

Browse files
Added better test notification
1 parent 136b151 commit 008d515

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/lib/main.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ class _MyAppState extends State<MyApp> {
8787
),
8888
MaterialButton(
8989
child: const Text('Send notification'),
90-
onPressed: () => sendNotification('Hallokes'),
90+
onPressed: () =>
91+
sendNotification('Hello from another world'),
9192
),
9293
MaterialButton(
9394
child: const Text('Start Tracking'),

0 commit comments

Comments
 (0)