getCurrentLogin method
Get login (user id) used for last successful authentication.
Implementation
String getCurrentLogin() {
return _authService.lastLogin!;
}
Get login (user id) used for last successful authentication.
String getCurrentLogin() {
return _authService.lastLogin!;
}