downloadDatabase method

Future<Uint8List?> downloadDatabase()

Handler for download_database.

Download the Tautulli database file.

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

Implementation

Future<Uint8List?> downloadDatabase() async => _commandDownloadDatabase(_client);