setupCurrentHostEnv method Null safety
- SMHHostType type
Implementation
void setupCurrentHostEnv(SMHHostType type) {
hostType = type;
dio.options.baseUrl = baseUrl;
}
void setupCurrentHostEnv(SMHHostType type) {
hostType = type;
dio.options.baseUrl = baseUrl;
}