dio property

Dio get dio

Implementation

Dio get dio {
  _dio ??= Dio();
  return _dio!;
}