transaction_lastResponse method

Future<TransectionReturnModel?> transaction_lastResponse(
  1. ClientParameterModel model
)

Implementation

Future<TransectionReturnModel?> transaction_lastResponse(
    ClientParameterModel model) {
  throw UnimplementedError('tse_runSelfTest() has not been implemented.');
}