ResourceCubit<T> constructor
ResourceCubit<T> (})
Implementation
ResourceCubit(
this.endpointId, {
this.params,
this.pathParams,
}) : super(FKernal.instance.stateManager.getState<T>(
endpointId,
params: params,
pathParams: pathParams,
)) {
_init();
}