ChimeDefaultVideoRenderView constructor

ChimeDefaultVideoRenderView({
  1. ValueChanged<int>? onPlatformViewCreated,
})

Creates a ChimeDefaultVideoRenderView. Optional: onPlatformViewCreated event to be called when the view gets created.

Implementation

ChimeDefaultVideoRenderView({this.onPlatformViewCreated});