apiUrl property

String get apiUrl

Base API URL. Uses PupauConfig.apiUrl when set, otherwise defaults to https://api.pupau.ai.

Implementation

static String get apiUrl => _apiUrlOverride ?? defaultApiUrl;