logout abstract method

Future<String> logout()

Logs out the current user and clears the session.

This method should be implemented to handle user logout and session termination.

Implementation

Future<String> logout();