answercall method

Future<void> answercall()

Implementation

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