withResources function

Option withResources(
  1. Resources resources
)

WithResources sets the resources for the relay service.

Implementation

Option withResources(Resources resources) {
  return (options) {
    options._resources = resources;
  };
}