Returns a Function for a give Action type.
type
Function? getResolver(String type) { return _actionExecutors[type]; }