ipAddress property
The IP address of the user
Use the NetworkRequest.getIpAddress to get the IP address
Use service https://api64.ipify.org
Need permission internet
Implementation
@HiveField(3)
final String? ipAddress;
The IP address of the user
Use the NetworkRequest.getIpAddress to get the IP address
Use service https://api64.ipify.org
Need permission internet
@HiveField(3)
final String? ipAddress;