bn.makePhoneCall
▸ makePhoneCall(phoneNumber
): Promise
<{}>
description
make phone call
example
bn.makePhoneCall({
phoneNumber: “911”
success: console.log
})
▸ makePhoneCall(phoneNumber
): Promise
<{}>
description
make phone call
example
bn.makePhoneCall({
phoneNumber: “911”
success: console.log
})