# getUser

getUser is a helper function that will returns the current loggedIn user object

## How to use

```jsx
import { Plugin } from '@root'

const loggedInUser = Plugin.getUser()
```
