reject method

Future<void> reject()

Reject the incoming call.

Implementation

Future<void> reject() async {
  return Call._channel.invokeMethod('decline', {});
}