How do I implement inline reply for Android chat notifications in Flutter using flutter_local_notifications?
When a user replies from the notification shade, the loading spinner never clears. Sometimes the message sends, but the notification UI stays stuck.
Flutter 3.x
flutter_local_notifications ^18.0.1
Android 14
Do I need to set MessagingStyleInformation.person to the current user (not the sender), and re-show the notification after response.input to clear the loading state?