buildView method

Widget buildView(
  1. PlatformViewCreatedCallback onPlatformViewCreated, {
  2. bool virtualDisplay = true,
})

Returns a widget displaying the video.

Implementation

Widget buildView(
  PlatformViewCreatedCallback onPlatformViewCreated, {
  bool virtualDisplay = true,
}) {
  throw _unimplemented('buildView');
}