featureUrl property

Uri featureUrl

URL to send GET requests to load toggles

Implementation

Uri get featureUrl => Uri.parse(
      join(unleashApi.toString(), 'client/features'),
    );