unleashApi property

Uri unleashApi
final

Should be for example Uri.parse('https://unleash.herokuapp.com/api') or if used with GitLab Uri.parse('https://gitlab.com/api/v4/feature_flags/unleash/42')

Implementation

final Uri unleashApi;