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