Client constructor

Client({
  1. required SendApi sendApi,
})

Implementation

Client({required this.sendApi});