fun clear(): Unit
Stop the task runner and clear all of the PendingTasks added to Wendy.
This function was written with the intention of using when a user of your app is logged out and you want to clear all of the data associated with that user.
This function will stop the task runner any tasks, deletes all of the data from the task database, and deletes all the data stored in SharedPreferences.
See Also