Answers incoming call
@override Future<bool?> answer() { return _channel.invokeMethod('answer', <String, dynamic>{}); }