getUser

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

How to use

import { Plugin } from '@root'

const loggedInUser = Plugin.getUser()

Last updated