clearTokens abstract method

Future<void> clearTokens()

Clear all stored tokens (logout)

This should remove both access and refresh tokens from storage.

Implementation

Future<void> clearTokens();