androidNotificationChannelId property

String? androidNotificationChannelId
final

The ID of the media notification channel. This should default to <YOUR_PACKAGE_NAME>.channel where <YOUR_PACKAGE_NAME> is the app's package name. e.g. com.mycompany.myapp.channel.

Implementation

final String? androidNotificationChannelId;