overrideWith method
Enables overriding the behavior of this provider, no matter the parameters.
Implementation
Override overrideWith(ReservationController Function() create) {
return _$ReservationControllerFamilyOverride(this, create);
}
Enables overriding the behavior of this provider, no matter the parameters.
Override overrideWith(ReservationController Function() create) {
return _$ReservationControllerFamilyOverride(this, create);
}