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