DioClientDelegate constructor

DioClientDelegate([
  1. Dio? client
])

Implementation

DioClientDelegate([Dio? client]) : client = client ?? Dio();