httpInstance property

  1. @override
Dio? get httpInstance
override

Underlying dio.Dio instance

Implementation

@override
dio.Dio? get httpInstance => _dio;