clearWithError: method of the AUIPageStorage protocol
Removes all the pages from the storage.
- (BOOL)clearWithError:(NSError**)error;
Parameters
- error
- The error that has occurred. In case no errors occurred, this parameter is nil.
Return values
The method returns returns YES, if the pages were successfully deleted, and NO otherwise.
3/2/2022 12:59:15 PM