status method

Future<String?> status()

Handler for status.

Get the current status of Tautulli.

Implementation

Future<String?> status() async => _commandStatus(_client);