signOutAllDevices method

Future<void> signOutAllDevices()

Signs out all devices by deleting all legacy sessions for the user.

Implementation

_i2.Future<void> signOutAllDevices() => caller.callServerEndpoint<void>(
  'serverpod_auth_bridge.legacyStatus',
  'signOutAllDevices',
  {},
);