of static method

SmartDio of(
  1. String key
)

获取指定客户端实例

Implementation

static SmartDio of(String key) {
  return SmartDio._(key);
}