CustomerService constructor

CustomerService(
  1. dynamic baseUrl,
  2. Options baseOptions
)

Implementation

CustomerService(baseUrl, this.baseOptions)
    : baseUrl = '$baseUrl/api/v1/users/customers';