want to make an extension for a Map type. But the problem is that the extension method must be in the same file where I want to use the method. How can I make it globally accessible?
Thank you!
you have to import file with extension to the file where you want to use it
Ohhhh, sht, how I did not come up with this. Thanks tho
move extension declaration to the different file
But I want to put it as a helper file and access it from anywhere. But I figured it out!
Обсуждают сегодня