Hey guys i was wondering how i could change the background color/accent color of the local notification icon. i know for changing firebase messaging icon background we use this
<meta-data android:name="com.google.firebase.messaging.default_notification_color"
android:resource="@color/background_color" />
but i couldn't find any thing for flutter local notifications, it's always grey. any ideas?