internalsVmFactoryInject<St> function Null safety
For internal use only. Please don't use this.
Implementation
void internalsVmFactoryInject<St>(VmFactory vmFactory, St state, Store store) {
vmFactory._setStore(state, store);
}