buildView method

Widget buildView(
  1. PlatformViewCreatedCallback onPlatformViewCreated
)

Returns a widget displaying the video with a given textureID.

Implementation

Widget buildView(PlatformViewCreatedCallback onPlatformViewCreated) {
  throw UnimplementedError('buildView() has not been implemented.');
}