From 641ce085a23cb0ad8f54c54dd1d8b4dc89d534ff Mon Sep 17 00:00:00 2001 From: Neha Ishwar Date: Thu, 12 Mar 2026 15:59:22 +1100 Subject: [PATCH] fixed the alignment --- docs/Point SDK/Flutter/Geo-triggering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Point SDK/Flutter/Geo-triggering.md b/docs/Point SDK/Flutter/Geo-triggering.md index 6ca4ee8f3..17e7d6b41 100644 --- a/docs/Point SDK/Flutter/Geo-triggering.md +++ b/docs/Point SDK/Flutter/Geo-triggering.md @@ -31,7 +31,7 @@ String channelId = 'Your channel Id'; String channelName = 'Your channel Name'; String androidNotificationTitle = 'Your notification title'; String androidNotificationContent = 'Your notification content'; -int androidNotificationId = 123; // Will be -1 by default if set to null. +int androidNotificationId = 123; // Will be -1 by default if set to null BluedotPointSdk.instance.geoTriggeringBuilder() .androidNotification(channelId, channelName, androidNotificationChannel, androidNotificationContent, androidNotificationId)