transaction_start method

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

Implementation

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