reflectionResolution method

void reflectionResolution(
  1. ReflectionResolutionCallback callback
)

Implementation

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