titleOnlyShowAppName property Null safety

bool titleOnlyShowAppName
final

Specify whether to display the app name in the alerts on the notification bar. The default setting is false. If a message is sent in a session, the session name is displayed. when messages are sent from multiple sessions, the app name is displayed. If the value is set to true, the title of notifications will display the app name no matter the message is sent from one or more sessions. Set the app name in android:label in AndroidManifest.

Implementation

final bool titleOnlyShowAppName;