titleLocKey property
The key to the title string in the app's string resources to use to localize the title text to the user's current localization.
iOS: Corresponds to title-loc-key
in the APNs payload. See
Payload Key Reference
and
Localizing the Content of Your Remote Notifications
for more information.
Android: See String Resources for more information.
Platforms: iOS, Android
Implementation
final String? titleLocKey;