setTerminalId method

dynamic setTerminalId(
  1. String terminalId
)

Sets the terminalId, has to be called after the terminal registration process.

Implementation

setTerminalId(String terminalId) {
  Constants.terminalId = terminalId;
}