selectTraceSessionIndex method
Override to customize trace session selection (script filtering, etc). Return the selected session index or let the mixin pick the last matching.
Implementation
int? selectTraceSessionIndex(
List<TraceSessionSplit> sessions,
String scriptFilter,
) => null;