Add some sanity to the ImageStream listener API (#32936)

The current API was broken in that you registered multiple
callbacks at once, but when you removed listeners, only the
primary listener was used to determine what was removed.
This led to unintuitive cases where the caller could get
unexpected behavior.

This updates the API to add and remove listeners using
a newly introduced [ImageStreamListener] object, a value
object that has references to the individual callbacks
that may fire.

flutter/flutter#24722
flutter/flutter#32374
flutter/flutter#32935
https://dart.googlesource.com/external/github.com/flutter/flutter/+/592f81e7c4eb31327b3cbf1e73d547587d6f7dea
diff --git a/commits.json b/commits.json
index aa0ad0b..ef8da03 100644
--- a/commits.json
+++ b/commits.json
@@ -1,5 +1,5 @@
 {
   "external/github.com/flutter/engine":"e40768c63a00252062ea1061a6db9e756ccb65e8",
-  "external/github.com/flutter/flutter":"d31ce31a274ee721f4e9b54c6dcc2de0b3fd71e4",
+  "external/github.com/flutter/flutter":"592f81e7c4eb31327b3cbf1e73d547587d6f7dea",
   "sdk":"2a85d595ba5541c01d3fd8961c929f9ac4695597"
 }
\ No newline at end of file