reject method
Reject the incoming call.
Implementation
Future<void> reject() async {
return Call._channel.invokeMethod('decline', {});
}
Reject the incoming call.
Future<void> reject() async {
return Call._channel.invokeMethod('decline', {});
}