I would like to implement a helper class with helper methods that are callable globally in other custom apps. What would be the best approach or the best place to put such a class in an app?
I would like to implement a helper class with helper methods that are callable globally in other custom apps. What would be the best approach or the best place to put such a class in an app?