getIpAddressJson method

  1. @override
Future<Map<String, dynamic>> getIpAddressJson()
override

Get IpAddress in map format.

Implementation

@override
Future<Map<String, dynamic>> getIpAddressJson() {
  throw IpAddressException('Not able to find the Ip Address.');
}