getOriginalPath method

Path? getOriginalPath(
  1. String connectionId
)

Get the cached original path for debugging purposes

Implementation

Path? getOriginalPath(String connectionId) {
  return _getCachedPath(connectionId)?.originalPath;
}