``` tsx
import { userLogout } from '../../../plugins';

private userLogout = () => {
  userLogout();
}

```