CustomerService constructor
CustomerService(
- dynamic baseUrl,
- Options baseOptions
Implementation
CustomerService(baseUrl, this.baseOptions)
: baseUrl = '$baseUrl/api/v1/users/customers';