TPStreamsPlayerController constructor
TPStreamsPlayerController(
- MethodChannel? _channel,
- EventChannel _eventChannel
Implementation
TPStreamsPlayerController(this._channel, this._eventChannel)
: super(TPStreamsPlayerValue()) {
_eventChannel.receiveBroadcastStream().listen(_onNativeEvent);
}