IvsPlayerController constructor
IvsPlayerController({
- PlayerPlatformChannel? platformChannel,
Implementation
IvsPlayerController({
PlayerPlatformChannel? platformChannel,
}) : _platformChannel = platformChannel ?? DefaultPlayerPlatformChannel() {
_platformChannel.initialize();
_platformChannel.setEventHandler(this);
}