$c() alternative function

Hi there,
what is the replacement function of $c() in frappe js?
Thanks in advance

frm.call()

is the function used to call a class method from js
syntax is like:
frm.call('method_name').then(result => { do something })