ipAddress property

  1. @HiveField(3)
String? ipAddress
final

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;