prepend method

void prepend(
  1. String path
)

Prepend a path (i.e. higher in the hierarchy to handle a which resolution.

Implementation

void prepend(String path) => insert(0, path);