logoutFromAllDevices abstract method

Future<void> logoutFromAllDevices(
  1. String token
)

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);