addPath<T> method

void addPath<T>(
  1. Method protocol,
  2. String path
)

This method is used to map URL with a Bean that is sent to the server and a protocol. For instance: addPath

Implementation

void addPath<T>(Method protocol, String path) {
  _urlFactory.addPath<T>(protocol, path);
}