setResourcePath method

Loader setResourcePath(
  1. String? resourcePath
)

Implementation

Loader setResourcePath(String? resourcePath) {
  this.resourcePath = resourcePath;
  return this;
}