getCurrentUser static method
Get the logined user information.
Implementation
static UserContext? getCurrentUser() => K3Client.getInstance().loginInfo?.context;
Get the logined user information.
static UserContext? getCurrentUser() => K3Client.getInstance().loginInfo?.context;