PageCache.pathPage constructor

PageCache.pathPage(
  1. String onCreatePath,
  2. FocusRoutePage page
)

Implementation

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