effectiveIsolateFactory top-level property

IsolateFactory effectiveIsolateFactory

Returns test isolate factory or it's implementation depending on the platform.

Implementation

IsolateFactory get effectiveIsolateFactory {
  return _testIsolateFactory ?? IsolateFactoryImpl();
}