getAuthenticationToken method
Get stored authentication token
Implementation
AuthToken? getAuthenticationToken() {
return _authService.authToken;
}
Get stored authentication token
AuthToken? getAuthenticationToken() {
return _authService.authToken;
}