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