revoke abstract method
Signs out the account with sessionToken, leaving the others.
Implementation
@POST("/multi-session/revoke")
Future<Result<StatusResponse>> revoke({
@Body() required Map<String, dynamic> body,
});
Signs out the account with sessionToken, leaving the others.
@POST("/multi-session/revoke")
Future<Result<StatusResponse>> revoke({
@Body() required Map<String, dynamic> body,
});