getUsers method

Future<List<TautulliUser>> getUsers()

Handler for get_users.

Get a list of all users that have access to your server.

Implementation

Future<List<TautulliUser>> getUsers() async => _commandGetUsers(_client);