NyxPrinterPlatform constructor

NyxPrinterPlatform()

The constructor for NyxPrinterPlatform.

This constructor calls the superclass constructor with a token to verify the platform interface's integrity. It ensures that any platform-specific implementation correctly adheres to the interface token validation.

Implementation

NyxPrinterPlatform() : super(token: _token);