createPath method

String createPath(
  1. String path
)

Implementation

String createPath(String path) {
  return _serverURL + path;
}