PageCache.pathPage constructor
PageCache.pathPage(
- String onCreatePath,
- FocusRoutePage page
Implementation
factory PageCache.pathPage(String onCreatePath, FocusRoutePage page)=>PageCache(onCreatePath: onCreatePath, page: page);