Class PlatformViewsController2

java.lang.Object
io.flutter.plugin.platform.PlatformViewsController2
All Implemented Interfaces:
PlatformViewsAccessibilityDelegate

public class PlatformViewsController2 extends Object implements PlatformViewsAccessibilityDelegate
Manages platform views.

Each FlutterEngine has a single platform views controller. A platform views controller can be attached to at most one Flutter view. [PlatformViewsController2] is intentionally a different class from [PlatformViewsController] in order to separate out the complexity of the first 3 platform view implementations (Virtual Display, Texture Layer, and Hybrid Composition). From the 4th platform view implementation, Hybrid Composition++.