SRTIngress constructor
SRTIngress({
- required String address,
Returns a new SRTIngress instance.
Implementation
SRTIngress({
required this.address,
});
Returns a new SRTIngress instance.
SRTIngress({
required this.address,
});