downloadPlexLog method

Future<Uint8List?> downloadPlexLog()

Handler for download_plex_log.

Download the Plex log file.

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

Implementation

Future<Uint8List?> downloadPlexLog() async => _commandDownloadPlexLog(_client);