AttributeError: 'SMSCenter' object has no attribute 'send_sms'

I am trying to create SMS Sending page in my custom app using frappe.
But, following error is appearing upon button click, although send_sms function is there in the SMSCenter class:

AttributeError: ‘SMSCenter’ object has no attribute ‘send_sms’