deleteNotificationLog method

Future<void> deleteNotificationLog()

Handler for delete_notification_log.

Delete the Tautulli notification logs.

Implementation

Future<void> deleteNotificationLog() async => _commandDeleteNotificationLog(_client);