mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
As part of migrating Fuchsia from legacy SceneHost/ChildView based code to Flutter Embedder based PlatformView, we need to expose the raw zircon handle. Since we are converting a private getter to public getter, this does not affect any existing code. Co-authored-by: Sanjay Chouksey <sanjayc@google.com>