openSourceLocation method
override
Open a specific source location in the editor.
Used after the user picks a frame from the popup selection.
Implementation
@override
void openSourceLocation({
required String file,
required int line,
int col = 0,
}) {}