DioExceptionReadableStringBuilder typedef
        DioExceptionReadableStringBuilder =
     String Function(DioException e)
    
    
The readable string builder's signature of DioException.readableStringBuilder.
Implementation
typedef DioExceptionReadableStringBuilder = String Function(DioException e);