mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
## Description This PR updates the Android engine in order to provide a more efficient implementation for `BasicMessageChannel.resizeChannelBuffer` (helper to call the `resize` control command). It also adds a new helper called`BasicMessageChannel.allowChannelBufferOverflow` to call the `overflow` control command. ## Related Issue Fixes https://github.com/flutter/flutter/issues/132048 Android implementation for https://github.com/flutter/flutter/issues/132386 ## Tests Adds 2 tests.