UserService constructor

UserService(
  1. ApiClient client
)

Constructs a UserService using the provided ApiClient.

Implementation

UserService(this.client);