channelId property
ID of the notification channel. (Android Only)
Defaults to your.package.name.TSLocationManager
It is not typically required to change this. Typical use-cases are for users who use an existing Android foreground-service who wish the SDK to share an existing notification and channel.
Implementation
String? channelId;