SMS Promise with ionic-native

So I looking to have my app to notify the use that SMS was sent. Docs talks about the send returns a promise but I can’t seem to get it to work. SMS.send(number, message).then(() => console.log()); Any Ideas?

I think I figured something out. So it appears that the promise returns in there error instead of the success callback even those the message is sent.