currentUserEndpointUri property

String get currentUserEndpointUri

The URL for the current user end point for this CarpService.

Implementation

String get currentUserEndpointUri =>
    "${_app!.uri.toString()}/api/users/current";