buildView method

Widget buildView(
  1. int textureId
)

Returns a widget displaying the video with a given textureID.

Implementation

Widget buildView(int textureId) {
  throw UnimplementedError('buildView() has not been implemented.');
}