logoutFromAllDevices abstract method
Invalidates all tokens for a user (logout from all devices)
token Any valid token for the user (access or refresh)
This will invalidate all sessions across all devices
Implementation
Future<void> logoutFromAllDevices(String token);