apiBasePath property
String
get
apiBasePath
The API base path segment (e.g. /api).
Implementation
static String get apiBasePath =>
(_apiBasePathResolver ?? _runtimeNotConfigured())();
The API base path segment (e.g. /api).
static String get apiBasePath =>
(_apiBasePathResolver ?? _runtimeNotConfigured())();