logout method

Future<void> logout()

Clears the authentication data.

Implementation

Future<void> logout() async => await clearToken();