getCurrentUser static method

UserContext? getCurrentUser()

Get the logined user information.

Implementation

static UserContext? getCurrentUser() => K3Client.getInstance().loginInfo?.context;