callout abstract method

Future<ResultCode> callout(
  1. String phoneNo,
  2. bool bindToUser
)

Call-out a phone number.

Parameter phoneNo The phone number.

Parameter bindToUser Bind the call to user.

Returns

拨打电话号码。

Parameter phoneNo 电话号码。

Parameter bindToUser 是否绑定到用户。

Returns

Implementation

Future<ResultCode> callout(String phoneNo, bool bindToUser);