builder static method

DioUtils builder(
  1. String url
)

Implementation

static DioUtils builder(String url) {
  return DioUtils._(url);
}