getLocalPingLocation method

double getLocalPingLocation(
  1. Pointer<SteamNetworkPingLocation> result
)

Implementation

double getLocalPingLocation(
  Pointer<SteamNetworkPingLocation> result,
) =>
    _getLocalPingLocation.call(
      this,
      result,
    );