icon property
The notification's icon.
Android: Sets the notification icon to myicon
for drawable resource
myicon
. If you don't send this key in the request, FCM displays the
launcher icon specified in your app manifest.
Web: The URL to use for the notification's icon.
Platforms: Android, Web
Implementation
final String? icon;