getUser is a helper function that will returns the current loggedIn user object
import { Plugin } from '@root' const loggedInUser = Plugin.getUser()
Last updated 3 years ago