deleteRecentlyAdded method

Future<void> deleteRecentlyAdded()

Handler for delete_recently_added.

Flush out all of the recently added items in the database.

Implementation

Future<void> deleteRecentlyAdded() async => _commandDeleteRecentlyAdded(_client);