createContext method
Implementation
@override
HTOverlayContext createContext(String root) {
return HTOverlayContext(root: root, cache: cachedSources);
}
@override
HTOverlayContext createContext(String root) {
return HTOverlayContext(root: root, cache: cachedSources);
}