transaction_finish method

Future<TransectionReturnModel?> transaction_finish(
  1. TransectionParameter model
)

Implementation

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