baseUrl abstract method

String baseUrl({
  1. required int hostType,
})

api基础地址 hostType 主机类型(根据hostType配置基础地址)

Implementation

String baseUrl({required int hostType});