hyperlinkAtCell method

String? hyperlinkAtCell(
  1. int col
)

Returns the OSC 8 hyperlink at the given zero-based terminal column.

Implementation

String? hyperlinkAtCell(int col) {
  return _hyperlinkInfoAtCell(col)?.uri;
}