buildView method

Widget buildView(
  1. int playerId
)

Returns a widget displaying the video with a given playerId.

Implementation

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