baseUrl property

  1. @override
String get baseUrl
override

Implementation

@override
String get baseUrl => Uri.parse(truesightService.baseApiUrl)
    .replace(
      path: '/rpc/portal/authentication',
    )
    .toString();