You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would get transformed into Amber Smalltalk the following way:
(require value: 'amber/helpers') popupHelios
Note:
Another possibility is (window require: 'amber/helpers') popupHelios but using window is seen as worse style, the former is generic use of global require.