diff --git a/docs/Point SDK/Flutter/Geo-triggering.md b/docs/Point SDK/Flutter/Geo-triggering.md index 6ca4ee8f..17e7d6b4 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)