getPageLoadResolver method

Returns a PageLoadFunction for a give PageAction type.

Implementation

PageLoadFunction? getPageLoadResolver(String type) {
  return _pageLoadExecutors[type];
}