downloadLog method

Future<Uint8List?> downloadLog()

Handler for download_log.

Download the Tautulli log file.

Returns a Uint8List which contains the log file's binary data.

Implementation

Future<Uint8List?> downloadLog() async => _commandDownloadLog(_client);