getCurrentLogin method

String getCurrentLogin()

Get login (user id) used for last successful authentication.

Implementation

String getCurrentLogin() {
  return _authService.lastLogin!;
}