createViewModel method
Implementation
T createViewModel(StoreSpace space, A arg1, B arg2, C arg3, D arg4, E arg5) {
return _creator.call(space, arg1, arg2, arg3, arg4, arg5);
}
T createViewModel(StoreSpace space, A arg1, B arg2, C arg3, D arg4, E arg5) {
return _creator.call(space, arg1, arg2, arg3, arg4, arg5);
}