processFAAPaneActionPressedChannel method

void processFAAPaneActionPressedChannel(
  1. String elementId
)

Implementation

void processFAAPaneActionPressedChannel(String elementId) {
  final AAPaneAction? paneAction = _androidAutoHelper.findAAPaneAction(
    templates: templateHistory,
    elementId: elementId,
  );
  paneAction?.onPress?.call();
}