Terminal constructor
Terminal({
- DeviceHandler? terminalInfo,
- PINAppIntent? pinAppIntent,
- HttpService? httpService,
Implementation
Terminal(
{DeviceHandler? terminalInfo,
PINAppIntent? pinAppIntent,
HttpService? httpService})
: _terminalInfo = terminalInfo ?? TerminalInfo(),
_appIntent = pinAppIntent ?? PINAppIntentImpl(),
_httpService = httpService ?? HttpServiceImpl();