rpcEndpointUri property

String rpcEndpointUri

The URL for this service's endpoint at CARP.

Typically on the form: {{PROTOCOL}}://{{SERVER_HOST}}:{{SERVER_PORT}}/api/...

Implementation

String get rpcEndpointUri => "${app!.uri}/api/$_endpointName";