configure static method
Implementation
@Deprecated('Use ApiManager.fromConfig(ApiConfig) — will be removed in 5.0')
static void configure({required String baseUrl, String apiVersion = ''}) {
_baseUrl = baseUrl;
_apiVersion = apiVersion;
}
@Deprecated('Use ApiManager.fromConfig(ApiConfig) — will be removed in 5.0')
static void configure({required String baseUrl, String apiVersion = ''}) {
_baseUrl = baseUrl;
_apiVersion = apiVersion;
}