How Does Flutter’s UI/Platform Thread Merge Impact Platform API Calls?

Hi Flutter community!

With Flutter 3.29 merging the UI and platform threads (as discussed in #150525), how does this change the way we interact with platform APIs (e.g., Android/iOS)?

Could someone provide a minimal example comparing the “old” platform channel approach with the new thread-merged paradigm?

Thanks