setTestIsolateFactory function

  1. @visibleForTesting
void setTestIsolateFactory(
  1. IsolateFactory isolateFactory
)

Implementation

@visibleForTesting
void setTestIsolateFactory(IsolateFactory isolateFactory) {
  _testIsolateFactory = isolateFactory;
}