terminalDoInit method
To make a transaction, you must create a terminal initial connection using the previously provided terminalId and Trc code.
Implementation
Future<ApiResponse<DataInitRet>> terminalDoInit(
{required String terminalId, required String trc}) async {
throw UnimplementedError('terminalDoInit() has not been implemented.');
}