getApiUrl static method

Future<String?> getApiUrl()

Gets the API URL from the environment file

Implementation

static Future<String?> getApiUrl() async {
  return await getEnvVar('API_URL');
}