callReject method

Future callReject()

Implementation

Future callReject() async {
  return await _channel.invokeMethod(Constants.CMD_CALL_REJECT);
}