gatewayRtt property

  1. @JsonKey(name: 'gatewayRtt')
int? gatewayRtt
final

The round-trip time delay (ms) from the client to the local router. This property is disabled on devices running iOS 14 or later, and enabled on devices running versions earlier than iOS 14 by default. To enable this property on devices running iOS 14 or later,. On Android, to get gatewayRtt, ensure that you add the android.permission.ACCESS_WIFI_STATE permission after in the AndroidManifest.xml file in your project.

Implementation

@JsonKey(name: 'gatewayRtt')
final int? gatewayRtt;