getURI method

Uri getURI(
  1. String apiPath
)

Implementation

Uri getURI(String apiPath) {
  return Uri.http(registry, '$apiRoot/$apiPath');
}