reflectionResolution method
Implementation
void reflectionResolution(ReflectionResolutionCallback callback) {
_reflectionResolutionCallbacks.add(callback);
}
void reflectionResolution(ReflectionResolutionCallback callback) {
_reflectionResolutionCallbacks.add(callback);
}