openInEditor abstract method

Future<void> openInEditor(
  1. String path, {
  2. int? line,
  3. int? column,
})

Open path in the system editor, optionally jumping to line and column.

Implementation

Future<void> openInEditor(String path, {int? line, int? column});