TPStreamPlayer constructor
const
TPStreamPlayer({})
Implementation
const TPStreamPlayer({
super.key,
required this.assetId,
required this.accessToken,
this.aspectRatio = 16 / 9,
this.onPlayerCreated,
this.showDownloadOption = false,
this.offlineLicenseExpireDays = 15,
}) : _isOfflinePlayback = false;