getServerList method

Future<List<TautulliServer>> getServerList()

Handler for get_server_list.

Get all your servers that are published to Plex.tv.

Implementation

Future<List<TautulliServer>> getServerList() async => _commandGetServerList(_client);