TransactionService constructor

TransactionService({
  1. required Dio client,
})

Implementation

TransactionService({required this.client});