signOutAllDevices method
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',
{},
);