i am learning meteor. i wanted to declare methods one server side and call it on client side. how to do that? because i can see declared methods if i use import for the file.
My application stucture
i can call to my methods using Meteor.call() from inspect element console… i don’t want to do that… how to fix it