getPageLoadResolver method
Returns a PageLoadFunction for a give PageAction type
.
Implementation
PageLoadFunction? getPageLoadResolver(String type) {
return _pageLoadExecutors[type];
}
Returns a PageLoadFunction for a give PageAction type
.
PageLoadFunction? getPageLoadResolver(String type) {
return _pageLoadExecutors[type];
}