rejectCall method

Future<void> rejectCall()

Implementation

Future<void> rejectCall()async{
  return await _channel.invokeMethod("rejectCall");
}