setupCurrentHostEnv method Null safety

void setupCurrentHostEnv(
  1. SMHHostType type
)

Implementation

void setupCurrentHostEnv(SMHHostType type) {
  hostType = type;
  dio.options.baseUrl = baseUrl;
}