TPStreamsPlayerController constructor

TPStreamsPlayerController(
  1. int platformViewId
)

Implementation

TPStreamsPlayerController(this.platformViewId) : super(const TPStreamsPlayerValue()) {
  _nativeApi = NativePlayerApi(messageChannelSuffix: platformViewId.toString());
  NativePlayerListener.setUp(this, messageChannelSuffix: platformViewId.toString());
}