httpClientVersion property

String httpClientVersion

Version string of the Cronet Shared Library currently in use.

Implementation

String get httpClientVersion =>
    cronet.Cronet_Engine_GetVersionString(_cronetEngine)
        .cast<Utf8>()
        .toDartString();