dispatchCall method

  1. @visibleForTesting
dynamic dispatchCall(
  1. String key,
  2. Object? target
)

Implementation

@visibleForTesting
dynamic dispatchCall(String key, Object? target) =>
    _dispatchCall(key, target);