ipAddress method

Future<String?> ipAddress()

Implementation

Future<String?> ipAddress(){
  throw UnimplementedError('ipAddress() has not been implemented.');
}