IvsBroadcasterPlatform constructor

IvsBroadcasterPlatform()

Constructs an IvsBroadcasterPlatform.

This constructor calls the PlatformInterface constructor with a unique token, ensuring that platform-specific implementations can be validated.

Implementation

IvsBroadcasterPlatform() : super(token: _token);