EpayPlatformInterface constructor

EpayPlatformInterface()

Constructs an EpayPlatformInterface instance.

The constructor calls the superclass constructor with a token for platform-specific validation.

Implementation

EpayPlatformInterface() : super(token: _token);