Class PlatformViewsChannel2

java.lang.Object
io.flutter.embedding.engine.systemchannels.PlatformViewsChannel2

public class PlatformViewsChannel2 extends Object
System channel that sends 2-way communication between Flutter and Android to facilitate embedding of Android Views within a Flutter application.

Register a PlatformViewsChannel2.PlatformViewsHandler to implement the Android side of this channel.

  • Constructor Details

    • PlatformViewsChannel2

      public PlatformViewsChannel2(@NonNull DartExecutor dartExecutor)
      Constructs a PlatformViewsChannel that connects Android to the Dart code running in dartExecutor.

      The given dartExecutor is permitted to be idle or executing code.

      See DartExecutor.

  • Method Details