overrideWith method

Override overrideWith(
  1. CrudController<BaseModel> create()
)

Enables overriding the behavior of this provider, no matter the parameters.

Implementation

Override overrideWith(CrudController Function() create) {
  return _$CrudControllerFamilyOverride(this, create);
}