buildView method

Widget buildView(
  1. int texture,
  2. void onPlatformViewCreated(
    1. int
    )
)

Implementation

Widget buildView(int texture, void Function(int) onPlatformViewCreated) {
  return _videoPlayerPlatform.buildView(texture, onPlatformViewCreated);
}